Please recommend pretty Java Swing components library

41,683

Solution 1

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 :

Solution 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!

Share:
41,683
Qinlong Guo
Author by

Qinlong Guo

Updated on December 23, 2020

Comments

  • Qinlong Guo
    Qinlong Guo over 3 years

    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!