Adding icon on JTabbedpane tab

余生长醉 提交于 2019-12-08 20:48:45

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!