Refactor + a few improvements to UI #8

Merged
Ecorous merged 5 commits from TheKodeToad/rework-ui into main 2024-06-12 13:37:25 -04:00
Showing only changes of commit a42efaae80 - Show all commits

View file

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