i've added one pic via this code.
public JButton pichaw;
ImageIcon ic=new ImageIcon("Foto.jpg");
pichaw=new JButton(ic);
tabbedPane.addTab("Foto", pichaw);
add(tabbedPane, BorderLayout.CENTER);
//
With this code, i can see a picture that i have added in Tabbed Pane of my GUI Application.. But i want to add a slide show of different pictures in a TabbedPane in GUI. Is there any way?

New Topic/Question
Reply



MultiQuote



|