简体   繁体   中英

Good-looking Java Swing Look&Feel?

I'm working on an open-source Java Web Start application, and I'd like to give it a consistent theme across platforms. Metal is totally ugly, and I'm not particularly happy with Substance (esp. performance). What are the best Swing Look&Feel options out there today?

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.

看看JGoodies ,它是一个体面的L&F开始的事实标准的地方。

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有一个漂亮的摇摆外观和感觉包的汇编,有截图。

Alloy Look and Feel是相当不错的IMO,但它的价格为$$$ http://lookandfeel.incors.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM