Please recommend pretty Java Swing components library [closed]
Asked Answered
Y

2

34

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!

York answered 7/9, 2012 at 16:49 Comment(0)
V
96

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 :

Viscous answered 7/9, 2012 at 16:54 Comment(5)
+1 - phew, this is almost an exhaustive list (if not completely exhaustive), loved it! I'm going to save this for future reference ;)Oblique
an excellent collection. Cezanne looks awesome!Gangrene
Great review. Well, although I have already make up my mind to use jGoodies though ;) Still, it's nice to compare it with other solution.Sixpenny
Which of them are okay on "Retina" displays? (not only on OS X, there are laptops on Win 8 with high DPI screens now, too)Selectivity
This one is very sexy and modern looking formdev.com/flatlafAntifebrile
P
4

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

Photoflood answered 28/11, 2013 at 23:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.