public BorderPane (Node center, Node top, Node right, Node bottom, Node left)

Creates an BorderPane layout with the given Nodes to use for each of the main layout areas of the Border Pane. The top, right, bottom, and left nodes are listed in clockwise order.

Parameters:
center    The node to set as the center of the BorderPane.
top    The node to set as the top of the BorderPane.
right    The node to set as the right of the BorderPane.
bottom    The node to set as the bottom of the BorderPane.
left    The node to set as the left of the BorderPane.

Since:  JavaFX 8.0