mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
added Flat*Laf.install() methods
This commit is contained in:
@@ -46,11 +46,7 @@ public class FlatLafDemo
|
||||
ex.printStackTrace();
|
||||
|
||||
// fallback
|
||||
try {
|
||||
UIManager.setLookAndFeel( new FlatLightLaf() );
|
||||
} catch( Exception ex2 ) {
|
||||
ex2.printStackTrace();
|
||||
}
|
||||
FlatLightLaf.install();
|
||||
}
|
||||
|
||||
// create frame
|
||||
|
||||
Reference in New Issue
Block a user