State if table with completed games is shown is saved in java prefs now.

This commit is contained in:
LevelX2 2015-04-23 16:19:24 +02:00
parent a0424aec50
commit 2157c63160
4 changed files with 19 additions and 6 deletions

View file

@ -135,6 +135,9 @@ public class PreferencesDialog extends javax.swing.JDialog {
// Size of frame to check if divider locations should be used
public static final String KEY_MAGE_PANEL_LAST_SIZE = "gamepanelLastSize";
// pref settings of table settings and filtering
public static final String KEY_TABLES_SHOW_COMPLETED = "tablePanelShowCompleted";
// positions of divider bars
public static final String KEY_TABLES_DIVIDER_LOCATION_1 = "tablePanelDividerLocation1";
public static final String KEY_TABLES_DIVIDER_LOCATION_2 = "tablePanelDividerLocation2";