32

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!

David Kroukamp
  • 36,155
  • 13
  • 81
  • 138
Qinlong Guo
  • 341
  • 1
  • 4
  • 7

2 Answers2

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 :

Community
  • 1
  • 1
David Kroukamp
  • 36,155
  • 13
  • 81
  • 138
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!

Rick
  • 12,606
  • 2
  • 43
  • 41