| Uses the FormLayout and the DefaultFormBuilder .
Columns are specified before the panel is filled with components,
rows are added dynamically. The builder is used to hold a cursor,
to add rows dynamically, and to fill components.
The builder's convenience methods are used to add labels and separators.
This panel building style is recommended unless you have a more
powerful builder or don't want to add rows dynamically.
See the
DynamicRowsExample for an implementation that specifies
rows before the panel is filled with components.
author: Karsten Lentzsch version: $Revision: 1.14 $ See Also: DefaultFormBuilder See Also: PlainExample See Also: RowCounterExample See Also: DynamicRowsExample |