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) {
|
public static void main(String[] args) {
|
||||||
SwingUtilities.invokeLater(() -> {
|
SwingUtilities.invokeLater(() -> {
|
||||||
try {
|
try {
|
||||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
com.formdev.flatlaf.FlatLightLaf.setup();
|
||||||
} catch (Exception ignored) {}
|
} catch (Exception ignored) {}
|
||||||
new MainWindow().setVisible(true);
|
new MainWindow().setVisible(true);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue