Class HelpPageController
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.HelpPageController
- All Implemented Interfaces:
javafx.fxml.Initializable
this class is used for the helpPage, send the user to different websides
the user can report a problem as well
- Author:
- Gruppe 6
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) void
method for loging outvoid
this method send a question to us the programmersvoid
toMainPage
(javafx.event.ActionEvent event) this method takes you to main page
-
Field Details
-
questionText
private javafx.scene.control.TextArea questionText
-
-
Constructor Details
-
HelpPageController
public HelpPageController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
-resourceBundle
-
-
logoutMethod
public void logoutMethod()method for loging out -
toMainPage
this method takes you to main page- Parameters:
event
- any event- Throws:
IOException
- when path not found
-
sendQuestion
this method send a question to us the programmers- Throws:
IOException
- when web not found
-