Class AboutController

java.lang.Object
controller.AboutController

public class AboutController extends Object
Controller class for handling the interactions in the About window.
  • Constructor Details

    • AboutController

      public AboutController()
  • Method Details

    • setEngine

      public void setEngine(IEngine engine)
      Sets the simulation engine.
      Parameters:
      engine - the simulation engine
    • setMainController

      public void setMainController(ControllerForFxml mainController)
      Sets the main controller.
      Parameters:
      mainController - the main controller