Package com.treasure.hunt.view.settings
Class SettingsWindow
- java.lang.Object
-
- com.treasure.hunt.view.settings.SettingsWindow
-
public class SettingsWindow extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SettingsWindow()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
exitClicked(javafx.stage.WindowEvent event, SettingsController controller)
static void
show()
-
-
-
Method Detail
-
show
public static void show() throws java.lang.Exception
- Throws:
java.lang.Exception
-
exitClicked
public static void exitClicked(javafx.stage.WindowEvent event, SettingsController controller)
-
-