return;
}
playerName = playerName.trim();
HumanGameClient gameClient = null;
try
{
gameClient = new HumanGameClient(gameServer, serverTicket, playerName);
}
catch (PlayerRegisterException ex)
{
JOptionPane.showMessageDialog(this, GUIMessages.FAILED_TO_REGISTER_MESSAGE, GUIMessages.ERROR_TEXT.toString(), JOptionPane.ERROR_MESSAGE);
return;