启用/禁用时的 JTextField 背景颜色
当它被禁用时,我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 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.