java 在 JTabbedpane 选项卡上添加图标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11360964/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Adding icon on JTabbedpane tab
提问by hemant
I am having a JTabbedPane on my Form. The problem is I want to display icons to the Tabs of my TabbedPane.
我的表单上有一个 JTabbedPane。问题是我想在我的 TabbedPane 的选项卡上显示图标。
How can i do that?
我怎样才能做到这一点?
采纳答案by Guillaume Polet
Use the setIconAt
method of the JTabbedPane
:
使用setIconAt
方法JTabbedPane
:
回答by moeTi
Please read the java tutorials first, they are really informative: http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
请先阅读 java 教程,它们非常有用:http: //docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html