选定的菜单文本颜色
我使用的是 DefaultDockable,它有一个带有标题的菜单栏。我正在使用 Nimbus Look&Feel,并设置我正在使用的标题的文本颜色:
UIManager.put("menuText", Color.RED);
但我不知道的是,选择菜单时如何设置颜色。 Nimbus 默认为白色,我想将其更改为黑色。
看看这个,我尝试使用textHighlightText
、controlLHighlight
、nimbusSelectedText
、nimbusLightBackground
,甚至尝试过menuText[选定]
。他们都不适合这个。
如何为选定的menuText调用它?
I'm using a DefaultDockable, which has a menu bar with a title. I'm using Nimbus Look&Feel, and to set the text color of this title I'm using:
UIManager.put("menuText", Color.RED);
But what I don't know, is how to set the color when the menu is selected. Nimbus default for that is white, and I want to change it to black.
Having a look at this, I tried with textHighlightText
,controlLHighlight
, nimbusSelectedText
, nimbusLightBackground
, and even tried with menuText[selected]
. None of them works for this.
How is it called for the selected menuText?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会尝试:
这个网站很好地显示了 Nimbus 默认值:
http://jasperpotts.com/博客文件/nimbusdefaults/nimbus.html
I would try:
This site has a great display of the Nimbus defaults:
http://jasperpotts.com/blogfiles/nimbusdefaults/nimbus.html