* new Table - Save and restore number and type of players.

This commit is contained in:
LevelX2 2013-12-31 12:51:36 +01:00
parent 17df6bfff0
commit 8ed26a1fe8
3 changed files with 37 additions and 5 deletions

View file

@ -124,6 +124,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
public static final String KEY_NEW_TABLE_RANGE = "newTableRange";
public static final String KEY_NEW_TABLE_ATTACK_OPTION = "newTableAttackOption";
public static final String KEY_NEW_TABLE_NUMBER_PLAYERS = "newTableNumberPlayers";
public static final String KEY_NEW_TABLE_PLAYER_TYPES = "newTablePlayerTypes";
// pref setting for new tournament dialog
public static final String KEY_NEW_TOURNAMENT_NAME = "newTournamentName";