Class RegionChoiceController
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.RegionChoiceController
- All Implemented Interfaces:
javafx.fxml.Initializable
This class will be the first page you see when program started
it will be used as a region selection, witch four buttons that will take the user to the different regions
- Author:
- Gruppe 6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) void
toRegionController
(javafx.event.ActionEvent event) method that sends the program to a specific regional page
-
Constructor Details
-
RegionChoiceController
public RegionChoiceController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
-resourceBundle
-
-
toRegionController
method that sends the program to a specific regional page- Parameters:
event
- any event- Throws:
IOException
- when path not found
-