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

Profile: desktop, common

Overview

The JavaFX Stage class is the root area for all scene content.

Profile: common

Attribute Summary

nametypedescription
Public
contentNode[]

The array of Nodes to be rendered on this Stage.

More: [+]

The array of Nodes to be rendered on this Stage.

Profile: common

fillPaint

Defines the background fill of this Stage.

More: [+]

Defines the background fill of this Stage. Both a null value meaning paint no background and a Paint with transparency are supported, but what is painted behind it will depend on the platform. The default value is the color white.

Profile: common

heightInteger

The height of this Stage

More: [+]

The height of this Stage

This attribute is readonly. It's value may change, but developers should not try to set it.

Profile: common

widthInteger

The width of this Stage

More: [+]

The width of this Stage

This attribute is readonly. It's value may change, but developers should not try to set it.

Profile: common

Protected

Inherited Attributes

Inherited Functions