Overview
The JavaFX Stage
class is the root area for all scene content.
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
content | Node[] |
The array of Nodes to be rendered on this The array of Nodes to be rendered on this Profile: common |
fill | Paint |
Defines the background fill of this Defines the background fill of this Profile: common |
height | Integer |
The height of this The height of this This attribute is readonly. It's value may change, but developers should not try to set it. Profile: common |
width | Integer |
The width of this The width of this This attribute is readonly. It's value may change, but developers should not try to set it. Profile: common |
Protected |