Class AboutController
java.lang.Object
controller.AboutController
Controller class for handling the interactions in the About window.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets the simulation engine.voidsetMainController(ControllerForFxml mainController) Sets the main controller.
-
Constructor Details
-
AboutController
public AboutController()
-
-
Method Details
-
setEngine
Sets the simulation engine.- Parameters:
engine- the simulation engine
-
setMainController
Sets the main controller.- Parameters:
mainController- the main controller
-