static void updateLookAndFeelOnAllWindows() { for (Window window: Window.getWindows()) SwingUtilities.updateComponentTreeUI(window); }