启用/禁用时的 JTextField 背景颜色

发布于 2024-11-09 11:51:40 字数 152 浏览 3 评论 0原文

当它被禁用时,我将 JTextField 的背景颜色更改为黑色。我使用 UIManager 和我在应用程序启动时设置的属性 TextField.disabledBackground 来执行此操作。我想知道再次启用 JTextField 时如何更改背景颜色? 谢谢。

i changed the background color of my JTextField to black when it is disabled. I do this using the UIManager and this property TextField.disabledBackground, that i set at application start up. I would like to know how can i change the background color when the JTextField is enabled again ?
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

停顿的约定 2024-11-16 11:51:40

看看 http://tips4java.wordpress.com/2008/10/ 09/uimanager-defaults/ 在那里运行 webstart 应用程序,或者下载代码并自行运行该实用程序。您想要的可能是“TextField.background”,但是有了属性和默认值列表,您会找到我打赌正确的那个。

Have a look at http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/ Run the webstart app there, or download the code and run that utility yourself. What you want might be "TextField.background", but armed with the list of properties and defaults, you'll find the right one I bet.

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