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 you should fill in by instantiating the CupcakeShop.
|
public static void main(java.lang.String[] args)
args - Also ignore :)public void start(javafx.stage.Stage stage)
stage - Ignore this for now :)