Module edu.ntnu.idatt1002.k1g4
Class TeamOverviewController
java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.TeamOverviewController
- All Implemented Interfaces:
javafx.fxml.Initializable
Controller for the team overview
Coupled with the team-overview.fxml file
- Version:
- 0.1
- Author:
- Carl Gützkow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) Run when the page is loaded in.
-
Constructor Details
-
TeamOverviewController
public TeamOverviewController()
-
-
Method Details
-
initialize
Run when the page is loaded in. Fills in numbers for what matches the team are a part of- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
- URL: represents a Uniform Resource LocatorresourceBundle
- ResourceBundle: contains locale-specific objects
-