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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) voidmethod for loging outvoidthis method send a question to us the programmersvoidtoMainPage(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:
initializein 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
-