public class HW1
extends javafx.application.Application
| Constructor | Description |
|---|---|
HW1() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Invokes the program from the command line.
|
void |
start(javafx.stage.Stage stage) |
Creates GUI and shows the application window.
|
public void start(javafx.stage.Stage stage)
start in class javafx.application.Applicationstage - Top level container.public static void main(java.lang.String[] args)
args - Command line arguments.