java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.HelpPageController
All Implemented Interfaces:
javafx.fxml.Initializable

public class HelpPageController extends Object implements 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 Details

    • questionText

      private javafx.scene.control.TextArea questionText
  • Constructor Details

    • HelpPageController

      public HelpPageController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      url -
      resourceBundle -
    • logoutMethod

      public void logoutMethod()
      method for loging out
    • toMainPage

      public void toMainPage(javafx.event.ActionEvent event) throws IOException
      this method takes you to main page
      Parameters:
      event - any event
      Throws:
      IOException - when path not found
    • sendQuestion

      public void sendQuestion() throws IOException
      this method send a question to us the programmers
      Throws:
      IOException - when web not found