filmov
tv
JavaFX Tutorial 25 - StackPane

Показать описание
A StackPane lays out the nodes (UI controls) that are arranged on top of another like in a stack.
The node added first (0th index) is placed at the bottom of the stack and next node is placed on top of the first node (1st index), and next node is placed on top of the second node (2nd index), and so on.
The node added first (0th index) is placed at the bottom of the stack and next node is placed on top of the first node (1st index), and next node is placed on top of the second node (2nd index), and so on.