266267268269270271272273274275276
SwingUtilities.invokeLater(new Runnable() { public void run() { if (profile.isValid()) { new LoginDialog(null, client).connect(profile); } else { new StendhalFirstScreen(client); } } }); waitForLogin();