Class LoginController

java.lang.Object
it.polimi.ingsw.eriantys.client.gui.controllers.Controller
it.polimi.ingsw.eriantys.client.gui.controllers.LoginController
All Implemented Interfaces:
javafx.fxml.Initializable

public class LoginController extends Controller
A class representing the controller for the LOGIN scene.
See Also:
  • Constructor Details

    • LoginController

      public LoginController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
      Initializes all the copyright images for the scene from the resource files. Associates the event handler with the button on the scene.
    • getTopLevelPane

      public javafx.scene.layout.Pane getTopLevelPane()
      Description copied from class: Controller
      A getter for the Pane object associated with the FXML tag of highest level in the *.fxml file associated with this. The method is called in order to process a popup. Any controller should override the method if necessary.
      Specified by:
      getTopLevelPane in class Controller
      Returns:
      the highest level Pane