stage

inline fun stage(style: StageStyle = StageStyle.DECORATED, configuration: Stage.() -> Unit): Stage

Creates a stage with options.

Parameters

style

the style of the stage.

configuration

custom stage action.


val Scene.stage: Stage

Get window as Stage.