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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) voidtoRegionController(javafx.event.ActionEvent event) method that sends the program to a specific regional page
-
Constructor Details
-
RegionChoiceController
public RegionChoiceController()
-
-
Method Details
-
initialize
- Specified by:
initializein 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
-