Set the look and feel using a system property on the command line : Look Feel « Swing JFC « Java
- Java
- Swing JFC
- Look Feel
Set the look and feel using a system property on the command line
java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel MyApp
Related examples in the same category