public class App
extends java.lang.Object
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
This is called a mainline.
|
void |
start(javafx.stage.Stage stage)
A STENCIL method that starts the program, by instantiating the top-level class.
|
public static void main(java.lang.String[] args)
args - Ignore this!public void start(javafx.stage.Stage stage)
stage - Ignore this parameter :)