Class RegionChoiceController

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

public class RegionChoiceController extends Object implements javafx.fxml.Initializable
This class will be the first page you see when program started it will be used as a region selection, witch four buttons that will take the user to the different regions
Author:
Gruppe 6
  • Constructor Details

    • RegionChoiceController

      public RegionChoiceController()
  • Method Details

    • initialize

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

      public void toRegionController(javafx.event.ActionEvent event) throws IOException
      method that sends the program to a specific regional page
      Parameters:
      event - any event
      Throws:
      IOException - when path not found