public class LandingPage
extends javafx.application.Application
| Constructor and Description |
|---|
LandingPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(javafx.stage.Stage stage)
This is called when you create a new Application
|
void |
stop() |
public void start(javafx.stage.Stage stage)
throws java.lang.Exception
start in class javafx.application.Applicationstage - java.lang.Exceptionpublic void stop()
stop in class javafx.application.Application