185186187188189190191192193194195
} splash.dispose(); frame.setVisible(true); if (params.hasAccount()) { frame.disableForm(); frame.doLogin(params.getUser(), params.getPass()); } logger.info("Launcher startup took " + (System.currentTimeMillis() - startupTime) + "ms"); }