Please recommend pretty Java Swing components library [closed]

半城伤御伤魂 提交于 2019-11-27 05:02:05

问题


I am right now working on a job of retouching the user interface of a software which is coded in Java. The interface is now built using Swing. I am looking for a library of Java Swing components, which should look better than the original JComponents.

I have already found SlickerBox; the components there look much better than the originals. However, I don't like the color of the components in SlickerBox, and I can't find the way to customize the color. I am looking for a better library.

I would appreciate your answer!


回答1:


Why not use the standard java Look and Feels there are plenty:

  • JGoodies
  • JTatoo
  • Jide look and feel
  • Liquidlnf
  • Napkin LaF
  • PgsLookAndFeel
  • Quaqua (looks like aqua from MacOS X)
  • Seaglass
  • The Alloy Look and Feel
  • The native for your system
  • The nimbus LaF
  • The substance project (forked into the Insubstantial project)
  • WebLookAndFeel

Also see here for more free L&Fs:

  • javootoo.com
  • Synthetica Themes - Custom L&Fs

Alternatively you may want to know how to create your own:

  • How to Write a Custom Look and Feel

Or Modifying the Look and Feel might be what you need

Java Look And Feel Libraries/Engines:

  • Cezanne L&F engine

References :

  • Best Java Swing Look and Feel Themes | Top 10
  • oracle.com - Modifying the Look and Feel
  • wikipedia.org - Pluggable look and feel
  • Java2s.com - Look and feel
  • Java Look and Feel (L&F)



回答2:


I would recommend javaFX, it supports CSS. Sky's the limit plus you get a friendly UI builder by oracle check them out here!



来源:https://stackoverflow.com/questions/12322296/please-recommend-pretty-java-swing-components-library

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