quaqua 的替代品 LAF
自从安装了新版本的 quaqua 以来,我一直遇到奇怪的问题,比如文本没有显示在我的介绍启动屏幕上,默认的 java 图标显示在对话框上而不是我的图标上。 我想知道是否有人知道我可以尝试 Mac LAF 的 quaqua 替代品。
Since installing the new version of quaqua I have been having weird problems like text not displaying over my intro splash screen and the default java icon showing up on dialogs instead of mine. I was wondering if anyone knew an alternative to quaqua I could try for Mac LAF.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也在找这个。 但我找不到某物。 有用/等效。 唯一非常好的一个还没有准备好生产:
http://explodingpixels.wordpress.com/2009 /10/01/sea-glass-look-and-feel/
这是其他 L&F 的不错列表:
http://javabyexample.wisdomplug.com/component/content/article/37-core-java/65-20-free-look-and-feel-libraries-for-java-swings.html< /a>
这里还有一个:
http://developer.k-int.com/maven2/kunststoff/kunststoff/< /a>
另一个(不错的?)可能是 nimbus,它包含在 sun JDK 中:
sun.swing.plaf.nimbus.NimbusLookAndFeel
或使用旧的跨平台 L&F:
UIManager.getCrossPlatformLookAndFeelClassName()
I was looking for this too. But I could not find sth. useful/equivalent. The only very nice one is not production ready:
http://explodingpixels.wordpress.com/2009/10/01/sea-glass-look-and-feel/
Here is a nice list of other L&F:
http://javabyexample.wisdomplug.com/component/content/article/37-core-java/65-20-free-look-and-feel-libraries-for-java-swings.html
Here is one more:
http://developer.k-int.com/maven2/kunststoff/kunststoff/
Another (nice one?) could be nimbus which is included in the sun JDK:
sun.swing.plaf.nimbus.NimbusLookAndFeel
or use the old crossplattform L&F:
UIManager.getCrossPlatformLookAndFeelClassName()
我所知道的一切都在这里: javootoo。SkinF 有一个看起来像 MacOS 的主题,但并非在所有方面(但据我记忆,它是稳定的)。
Everything that I know is here : javootoo.SkinF has a theme which looks like MacOS but not in all aspects(but it is stable, from what I remember).