public HBox (double spacing, Node… children)

Creates an HBox layout with the specified spacing between children.

Parameters:
spacing    the amount of horizontal space between each child
children    The initial set of children for this pane.

Since:  JavaFX 8.0