585960616263646566
} private void runConfigWindow() { SwingUtilities.invokeLater(new Runnable() { public void run() { PropertiesWindow window = new PropertiesWindow(null); window.setVisible(true); } }); }