Please recommend pretty Java Swing components library

Qinlong Guo picture Qinlong Guo · Sep 7, 2012 · Viewed 40.4k times · Source

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!

Answer

David Kroukamp picture David Kroukamp · Sep 7, 2012

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

Also see here for more free L&Fs:

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

Or Modifying the Look and Feel might be what you need

Java Look And Feel Libraries/Engines:

References :