JTabbedPane:选项卡左侧的图标
你好,我正在使用 nimbus 外观和感觉,并有一个带有图标和文本的选项卡窗格。 现在图标出现在文本的右侧,而我想将其放在左侧。
我还想在图标和文本之间添加一些间距。
谢谢!
hello i am using the nimbus look-and-feel and have a tabbedpane with an icon and text.
now the icon appears on the right side of the text, while i would like to have it on the left side.
also i would like to add some spacing between the icon and the text.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tab组件需要自己设置;它控制选项卡标题的呈现方式。
显然你可以将其封装在一个实用方法中:
You need to set the tab component yourself; which governs how the tab title is rendered.
Obviously you could encapsulate this in a utility method: