问题
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?
回答1:
Use the setIconAt method of the JTabbedPane:
http://docs.oracle.com/javase/7/docs/api/javax/swing/JTabbedPane.html#setIconAt(int, javax.swing.Icon)
回答2:
Please read the java tutorials first, they are really informative: http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
来源:https://stackoverflow.com/questions/11360964/adding-icon-on-jtabbedpane-tab