forked from External/mage
* Client - The table panel is loaded automatically as getting connected to a server.
This commit is contained in:
parent
cf3a50d572
commit
59142feb41
2 changed files with 12 additions and 5 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue