FlatLaf hinzugefuegt fuer bessere GUI auf macOS
parent
6b9a992a68
commit
1a4ea905ae
Binary file not shown.
|
|
@ -91,7 +91,7 @@ public class MainWindow extends JFrame {
|
|||
public static void main(String[] args) {
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
try {
|
||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||
com.formdev.flatlaf.FlatLightLaf.setup();
|
||||
} catch (Exception ignored) {}
|
||||
new MainWindow().setVisible(true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue