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
|
|
@ -44,6 +44,7 @@ import java.util.logging.Logger;
|
|||
import javax.swing.Timer;
|
||||
import javax.swing.table.AbstractTableModel;
|
||||
import mage.Constants.TableState;
|
||||
import mage.client.components.MageComponents;
|
||||
import mage.client.remote.Session;
|
||||
import mage.util.Logging;
|
||||
import mage.view.SeatView;
|
||||
|
|
@ -72,6 +73,7 @@ public class TableWaitingDialog extends MageDialog implements Observer {
|
|||
initComponents();
|
||||
|
||||
tableSeats.createDefaultColumnsFromModel();
|
||||
session.getUI().addButton(MageComponents.TABLE_WAITING_START_BUTTON, btnStart);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue