[9:7] extends: Node, Pane
Represents a JavaFX VBox, a layout pane that arranges its children in a vertical column. The VBox class is useful for stacking nodes vertically with customizable spacing and alignment.
VBox ()
Initializes a new VBox instance.
this
object