Class
layout is a simple pane that positions one or more child panes within itself according to a layout policy. layout-description
simple-layoutA layout for one child.
row-layoutLays its children out in a row.
column-layoutLays its children out in a column.
grid-layoutLays its children out in an n by m grid.
pinboard-layoutPlaces its children where the user specifies.
switchable-layoutKeeps only one of its children visible.
define-layout