Open source laf[look n feel] for java swing application
Asked Answered
F

3

4

Which are Open source lafs[look n feel] for java swing application?

Feasible answered 29/5, 2010 at 8:20 Comment(0)
C
1

Here is a great answer on another question: Java Look & Feel

Edit:
Don't forget the system look and feel:

try
{
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
Czarra answered 29/5, 2010 at 8:30 Comment(0)
P
3

Substance LAF from Kirill Grouchnikov is the best I know.

Peptic answered 30/5, 2010 at 2:13 Comment(0)
C
1

Here is a great answer on another question: Java Look & Feel

Edit:
Don't forget the system look and feel:

try
{
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
Czarra answered 29/5, 2010 at 8:30 Comment(0)
R
1

Don't forget

Seaglass : a LAF inspired by the OSX theme and, well, you knew it, seaglass (beautiful!)

Nimbus : The standard Java L&F for Java 6

Ruhnke answered 2/9, 2011 at 11:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.