* Client - The table panel is loaded automatically as getting connected to a server.

This commit is contained in:
LevelX2 2014-07-22 17:28:27 +02:00
parent cf3a50d572
commit 59142feb41
2 changed files with 12 additions and 5 deletions

View file

@ -335,8 +335,9 @@ public class ConnectDialog extends MageDialog {
get();
setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
if (result) {
lblStatus.setText("");
lblStatus.setText("");
connected();
MageFrame.getInstance().showGames();
} else {
lblStatus.setText("Could not connect");
}