选定的菜单文本颜色

发布于 2024-11-18 20:17:41 字数 539 浏览 8 评论 0原文

我使用的是 DefaultDockable,它有一个带有标题的菜单栏。我正在使用 Nimbus Look&Feel,并设置我正在使用的标题的文本颜色:

UIManager.put("menuText", Color.RED);

但我不知道的是,选择菜单时如何设置颜色。 Nimbus 默认为白色,我想将其更改为黑色。

看看这个,我尝试使用textHighlightTextcontrolLHighlightnimbusSelectedTextnimbusLightBackground,甚至尝试过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

汐鸠 2024-11-25 20:17:41

我会尝试:

Menu[Enabled+Selected].textForeground

这个网站很好地显示了 Nimbus 默认值:

http://jasperpotts.com/博客文件/nimbusdefaults/nimbus.html

I would try:

Menu[Enabled+Selected].textForeground

This site has a great display of the Nimbus defaults:

http://jasperpotts.com/blogfiles/nimbusdefaults/nimbus.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文