Default game name in NewTableDialog (its annoying to type it over and over).

This commit is contained in:
magenoxx 2011-05-10 15:04:14 +04:00
parent 43bc4780fc
commit 3f2bd1800d

View file

@ -77,6 +77,7 @@ public class NewTableDialog extends MageDialog {
/** Creates new form NewTableDialog */ /** Creates new form NewTableDialog */
public NewTableDialog() { public NewTableDialog() {
initComponents(); initComponents();
txtName.setText("Game");
player1Panel.showLevel(false); player1Panel.showLevel(false);
this.spnNumWins.setModel(new SpinnerNumberModel(1, 1, 5, 1)); this.spnNumWins.setModel(new SpinnerNumberModel(1, 1, 5, 1));
} }