Uses of Class
javafx.stage.Stage
| Package | Description |
|---|---|
| javafx.application |
Provides the application life-cycle classes.
|
-
Uses of Stage in javafx.application
Methods in javafx.application with parameters of type Stage Modifier and Type Method Description abstract voidApplication. start(Stage primaryStage)The main entry point for all JavaFX applications.