HBox is a JavaFX API layout classes which help to display UI controls onto the scene graph. HBox places JavaFX child nodes in a horizontal row. New child nodes are appended to the end on the right side.