public class EventTester
extends javafx.application.Application
Constructor and Description |
---|
EventTester() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main method is used to launch our application.
|
void |
start(javafx.stage.Stage stage)
Start method, used to run the application.
|
public static void main(java.lang.String[] args)
args
- main method.public void start(javafx.stage.Stage stage) throws java.lang.Exception
start
in class javafx.application.Application
stage
- The stage that will be viewed by the user.java.lang.Exception