Class LoginController

java.lang.Object
com.example.project.controllers.gameScreens.GameScreenController
com.example.project.controllers.gameScreens.LoginController

public class LoginController extends GameScreenController
Controller for the login scene.
  • Constructor Details

    • LoginController

      public LoginController()
      No arg constructor.
  • Method Details

    • onSceneChangedToThis

      public void onSceneChangedToThis()
      Description copied from class: GameScreenController
      Called when the game scene is changed to one of the GameScenes Login, Level, Shop etc.
      Specified by:
      onSceneChangedToThis in class GameScreenController
    • initialize

      public void initialize()
      FXML initialise function called once when the .fxml is loaded on application launch.
    • onLoginButtonClick

      protected void onLoginButtonClick()
    • onSignupButtonClick

      protected void onSignupButtonClick()