Class LoginController
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.LoginController
- All Implemented Interfaces:
javafx.fxml.Initializable
this is the loging page controller, which will be takes in uses later in the develepoment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) void
RegisterLicence
(javafx.event.ActionEvent event) takes to wanted screenvoid
ResetPassword
(javafx.event.ActionEvent event) takes to wanted screen
-
Constructor Details
-
LoginController
public LoginController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
RegisterLicence
public void RegisterLicence(javafx.event.ActionEvent event) takes to wanted screen- Parameters:
event
- any event
-
ResetPassword
public void ResetPassword(javafx.event.ActionEvent event) takes to wanted screen- Parameters:
event
- any event
-