Section 14.10.4 Check Point Questions4 questions 

14.10.4.1
How do you add a node to a Pane, StackPane, FlowPane, GridPane, BorderPane, HBox, and VBox? How do you remove a node from these panes?
14.10.4.2
How do you set the alignment to right for nodes in a FlowPane, GridPane, HBox, and VBox?
14.10.4.3
How do you set the horizontal gap and vertical hap between nodes in 8 pixels in a FlowPane and GridPane and set spacing in 8 pixels in an HBox and VBox?
14.10.4.4
What are the differences between a FlowPane and an HBox or a VBox?