Reputation: 564
I am having a JTabbedPane on my Form. The problem is I want to display icons to the Tabs of my TabbedPane.
How can i do that?
Upvotes: 5
Views: 12231
Reputation: 3904
Please read the java tutorials first, they are really informative: http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
Upvotes: 3