mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Default game name in NewTableDialog (its annoying to type it over and over).
This commit is contained in:
parent
43bc4780fc
commit
3f2bd1800d
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue