javafx pane code example
Example: pane javafx
Javafx Pane
Pane class is a part of JavaFX. Pane class acts as a base class of
all layout panes. Basically, it fulfills the need to expose the
children list as public so that users of the subclass can freely
add/remove children. Pane class inherits Region class
Pane = new Pane(value="children");