NetBeans:如何更改操作系统的外观
我使用 Java 在 Netbeans 中开发了一个小型桌面应用程序。该应用程序正在按预期运行。我是在WIN7下开发的。
当我在 Microsoft Windows 上运行它时,UI 的外观和感觉与 Win XP Metal 主题类似,当我在 MAC 上运行它时,它会显示相同的主题。我想改变操作系统的主题。现在主题对于 Windows 来说是可以的,我正在寻找 MAC 上的解决方案。
I developed a small desktop application in Netbeans using Java. The application is working as expected. I developed it under WIN7.
When i run it on Microsoft Windows, the look and feel of UI is similar to Win XP Metal theme and when i run it on MAC it shows me the same theme. I want to change that theme with respect to operating system. Right now the theme is ok for windows i am looking for solution on MAC.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 Swing,那么这应该可以工作:
If you're using Swing, then this should work:
阅读 Swing 教程中关于如何设置外观 有关设置/更改 LAF 的信息。
Read the secton from the Swing tutorial on How to Set the Look and Feel for information about setting/changing the LAF.