Module edu.ntnu.idatt1002.k1g4
Class CreateMatchController
java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.CreateMatchController
- All Implemented Interfaces:
javafx.fxml.Initializable
Controller for creating a match
Coupled with the create-match.fxml file
- Version:
- 0.1
- Author:
- Eilert Werner Hansen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) Run when the page is loaded in.
-
Constructor Details
-
CreateMatchController
public CreateMatchController()
-
-
Method Details
-
initialize
Run when the page is loaded in. Fills in the combo box and spinner. Fills in combo boxes and spinners- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
- URL: represents a Uniform Resource LocatorresourceBundle
- ResourceBundle: contains locale-specific objects
-