Class SettingsDialog
java.lang.Object
gui.SettingsDialog
The SettingsDialog class represents a modal dialog for changing application settings. It allows the user to change
the measurement units, currency, and error display settings with ComboBoxes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
show()
Displays the settings dialog for changing application settings like error messages and currency.
-
Constructor Details
-
SettingsDialog
public SettingsDialog()
-
-
Method Details
-
show
public static void show()Displays the settings dialog for changing application settings like error messages and currency.
-