Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

[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 http://download.oracle.com/javafx/2.0/api/javafx/scene/Scene.html[javafx.scene.layout.BorderPane|http://download.oracle.com/javafx/2.0/api/javafx/scene/layout/BorderPane.html].

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
  • None