forked from External/mage
Added junit test that starts Mage.Client and starts 10 games in a row. Minor fixes. Client is maximized now.
This commit is contained in:
parent
9c3ff863e8
commit
8b77a67574
9 changed files with 46 additions and 10 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
package mage.client.table;
|
||||
|
||||
import mage.client.components.MageComponents;
|
||||
import mage.client.dialog.NewTableDialog;
|
||||
import mage.client.dialog.JoinTableDialog;
|
||||
import mage.client.dialog.TableWaitingDialog;
|
||||
|
|
@ -184,6 +185,8 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
|
|||
else {
|
||||
hideTables();
|
||||
}
|
||||
|
||||
session.getUI().addButton(MageComponents.NEW_GAME_BUTTON, btnNewTable);
|
||||
}
|
||||
|
||||
public void hideTables() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue