This commit is contained in:
loveb 2022-04-26 16:28:20 +02:00
parent 0c2a7f9ed8
commit 923f1f4447

View File

@ -25,7 +25,7 @@ public class Schack {
// FlatSolarizedLightIJTheme.setup();
//FlatLightLaf.setup();
//embedMenuBarIfSupported();
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception cantThemeWithFlatLaf) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());