Package com.studentgui.app
Class PreferencesDialog
java.lang.Object
com.studentgui.app.PreferencesDialog
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 Summary
Modifier and TypeMethodDescriptionstatic voidshowDialog(Frame owner) Show the modal preferences dialog.
-
Method Details
-
showDialog
Show the modal preferences dialog. The dialog persists changes toSettingsand notifies runtime listeners viaMain.notifySettingsChanged().- Parameters:
owner- optional parent frame for dialog positioning
-