public class JavaFXApplication5
extends javafx.application.Application
| Constructor and Description |
|---|
JavaFXApplication5() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage primaryStage)
Creates a JavaFX GUI window and event handlers for getting book information
from objects instantiated from the class Book.
|
public void start(javafx.stage.Stage primaryStage)
start in class javafx.application.ApplicationprimaryStage - a Stage window objectpublic static void main(java.lang.String[] args)
args - the command line arguments