Good-looking Java Swing Look&Feel?

你说的曾经没有我的故事 提交于 2019-11-29 06:40:45

I like the 'Nimbus Look&Feel'(2nd image) introduced in Java 6 Update 10 very much and it is contained in SUN's vanilla J2SE of J6u10 and later by default!

Another advantage is, that it is painted entirely using Java 2d which makes it fast and rederable at all resolutions.

Check out JGoodies, its the de facto standard place to start for a decent L&F.

Lawrence Dol

I have found that using the "native" L&F consistently results in applications that look "right" for the specific platform. But JGoodies is an excellent across-the-board alternative.

For myself, I don't care if an app looks "native", as long as it looks just as professional and at least as good. FWIW, I don't think the that Java "Metal" or "Ocean" looks achieve either one.

That said, be careful... for many users the only thing which will look "good" is that which is the same as every other application on their platform. The only UI that I think consistently trumps all for looks is the current Apple OSX look - but even that looks out of place when it's the only such app in my Windows desktop.

javootoo has a nice compilation of swing look and feel packages, with screenshots.

The Alloy Look and Feel is pretty good IMO, but it costs $$$ http://lookandfeel.incors.com/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!