Parent element renderer determines its own width. Parent element goes over children and: Place the child element renderer (sets its x and y). Calls child layout if ...
VBox and HBox that implement some simple column/row based layout rules. When composed they can create complex flexible layouts. Remember to style VBoxes, HBoxes, and their children using inline styles ...