Which are Open source lafs[look n feel] for java swing application?
            Asked
            
        
        
            Active
            
        
            Viewed 5,854 times
        
    3 Answers
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) {}
        Community
        
- 1
 - 1
 
        Martijn Courteaux
        
- 67,591
 - 47
 - 198
 - 287