Which are Open source lafs[look n feel] for java swing application?
+1
A:
FIRST hit on Google (java open source laf):
Edit:
Don't forget the system look and feel:
try
{
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
Martijn Courteaux
2010-05-29 08:30:46
Thanx a lot... man..
SamSol
2010-05-29 08:56:35