public class KernelController
extends java.lang.Object
| Constructor and Description |
|---|
KernelController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMainController(Controller mainController)
Sets the controller for the main window to be able to be accessed
|
void |
setMainStage(javafx.stage.Stage mainStage)
Sets the stage for the main window to be able to be accessed
|
public void setMainStage(javafx.stage.Stage mainStage)
mainStage - the stage for the main windowpublic void setMainController(Controller mainController)
mainController - the controller for the main window