Class RegisterLicence
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.RegisterLicence
- All Implemented Interfaces:
javafx.fxml.Initializable
this will in future development be the licence registration page
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) void
toLoginPage
(javafx.event.ActionEvent event) this takes the user to log in page
-
Constructor Details
-
RegisterLicence
public RegisterLicence()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
-resourceBundle
-
-
toLoginPage
this takes the user to log in page- Parameters:
event
- any event- Throws:
IOException
- when path not found
-