HBox and VBox - layouting
HBox and VBox containers are used to layout the containers nested within them either horizontally from left to right (HBox) or vertically from top to bottom (VBox).
Example
Figure: HBox Layout Container

Example
Figure: VBox Layout Container
