Class PreferencesDialog

java.lang.Object
com.studentgui.app.PreferencesDialog

public final class PreferencesDialog extends Object
Simple modal preferences dialog exposing a few runtime toggles that affect chart rendering. Preferences are persisted via Settings and listeners are notified through Main.notifySettingsChanged().
  • Method Details

    • showDialog

      public static void showDialog(Frame owner)
      Show the modal preferences dialog. The dialog persists changes to Settings and notifies runtime listeners via Main.notifySettingsChanged().
      Parameters:
      owner - optional parent frame for dialog positioning