Combines the FormLayout with the PanelBuilder.
Columns and rows are specified before the panel is filled
with components. The builder's cursor is used to determine the location
of the next component. And the builder's convenience methods are used
to add labels and separators.
This panel building style is intended for learning purposes only.
The recommended style is demonstrated in the
DefaultFormBuilderExample .
author: Karsten Lentzsch version: $Revision: 1.13 $ See Also: PlainExample See Also: RowCounterExample See Also: DefaultFormBuilderExample |