JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

An extension of javafx.stage.Stage that provides additional functionality, such as the ability to set the window to be always on top, or direct access to the underlying java.awt.Window object.

Please submit a request for any functionality you find that you need to access directly using getWindow() so it can be added to the JFXStage API.

Profile: desktop

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicalwaysOnTopBoolean

If set to true, this Dialog will float on top of all other windows.

Inherited Variables

Function Summary

public getWindow() : java.awt.Window

Returns the java.awt.Window associated with this Stage.

Returns the java.awt.Window associated with this Stage. This will return null until the Stage is fully initialized (after postinit).

Please submit a request for any functionality you find that you need to access directly using this variable so it can be added to the JFXStage API.

Returns
Window
The java.awt.Window associated with this Stage
 

Inherited Functions