194195196197198199200201202203204
} }); } public void createAccount() { if (setupHandler(new CreateAccountHandler(this, Constants.defaultHost))) { return; } statusMessage("You already have an account and are connected with it."); shutdown(); }