public class Lab8
extends javafx.application.Application
| Constructor and Description |
|---|
Lab8() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage primaryStage)
Loads in both Lab8.fxml and KernelController.fxml with each's respective controller.
|
public static void main(java.lang.String[] args)
public void start(javafx.stage.Stage primaryStage)
throws java.io.IOException
start in class javafx.application.ApplicationprimaryStage - the stage for the main windowjava.io.IOException - if there is a problem with launching the program