hemant
hemant

Reputation: 564

Adding icon on JTabbedpane tab

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

Answers (2)

moeTi
moeTi

Reputation: 3904

Please read the java tutorials first, they are really informative: http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html

Upvotes: 3

Related Questions