Class CreateMatchController

java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.CreateMatchController
All Implemented Interfaces:
javafx.fxml.Initializable

public class CreateMatchController extends Object implements javafx.fxml.Initializable
Controller for creating a match Coupled with the create-match.fxml file
Version:
0.1
Author:
Eilert Werner Hansen
  • Constructor Details

    • CreateMatchController

      public CreateMatchController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
      Run when the page is loaded in. Fills in the combo box and spinner. Fills in combo boxes and spinners
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      url - URL: represents a Uniform Resource Locator
      resourceBundle - ResourceBundle: contains locale-specific objects