[be sure to tile the page <BuilderName>.<node> i.e., SwingBuilder.frame]
Generated Object
javafx.scene.layout.BorderPane
Attributes
This node accepts the attributes for a javafx.scene.layout.BorderPane class. See the JavaDoc for javafx.scene.layout.BorderPane.
Content
May contain a top, bottom, right, left, or center node. It may also contain a javafx Node that will be placed in the center region of the BorderPane.
Usage
Defines a container that lays out its children along specified borders.
Examples
Labels