mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Testing: do not fail startup when LaF initialization throws UnsupportedClassVersionError (may occur when switching from Java 9+ to Java 8)
This commit is contained in:
@@ -82,7 +82,7 @@ public class DemoPrefs
|
||||
} else
|
||||
UIManager.setLookAndFeel( lafClassName );
|
||||
}
|
||||
} catch( Exception ex ) {
|
||||
} catch( Throwable ex ) {
|
||||
ex.printStackTrace();
|
||||
|
||||
// fallback
|
||||
|
||||
Reference in New Issue
Block a user