220221222223224225226227228229230231
Logger.logDebug("FirstRunDialog"); try { EventQueue.invokeAndWait(new Runnable() { @Override public void run () { FirstRunDialog firstRunDialog = new FirstRunDialog(); firstRunDialog.setVisible(true); } }); } catch (Exception e) { } }