问题
Which are Open source lafs[look n feel] for java swing application?
回答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) {}
回答2:
Substance LAF from Kirill Grouchnikov is the best I know.
回答3:
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
来源:https://stackoverflow.com/questions/2934337/open-source-laflook-n-feel-for-java-swing-application