Window::setStage()
Sets the current stage of the application.
Syntax
Java
.setStage(stage)
Parameters
| Name | Data Type | Description |
|---|---|---|
| stage | Stage | the new stage to be set |
Return
void

Sets the current stage of the application.
.setStage(stage)
| Name | Data Type | Description |
|---|---|---|
| stage | Stage | the new stage to be set |
void