Set system LAF

This commit is contained in:
TheKodeToad 2024-06-12 16:45:33 +01:00
parent 0a11d66ce8
commit a42efaae80

View file

@ -104,7 +104,7 @@ public class LoaderGui extends JFrame {
private static void exec(Consumer<LoaderGui> init, boolean keepRunning) {
try {
// UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
// calling countDown just once will resume execution on this thread
CountDownLatch latch = new CountDownLatch(1);