更改 JButton 的外观和感觉
我想在我的应用程序中使用 nimbus 按钮样式。我不想改变 L&F。只需更改按钮的 L&F 即可使用 Nimbus L&F。有办法做到这一点吗?
I would like use the nimbus button style in my application. I don't want change L&F. Only change the L&F of the button to use nimbus L&F. Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能有更好的方法,但以下实用程序类应该适合您:
generateNimbusButton() 方法将外观更改为 Nimbus,创建按钮,然后将外观更改回调用该方法时的状态。
There might be a better way, but the following utility class should work for you:
The generateNimbusButton() method changes the look and feel to Nimbus, creates the button, then changes the look and feel back to whatever it was when the method was called.