| Demonstrates the FormLayout with a PanelBuilder.
Columns and rows are specified before the panel is filled with components.
Unlike the
PlainExample this class uses a local variable
to keep track of the current row. The advantage over fixed numbers is,
that it's easier to insert new rows later.
This panel building style is simple and works quite well. However, you may
consider using a more sophisticated form builder to fill the panel and/or
add rows dynamically; see the
DynamicRowsExample for this alternative.
author: Karsten Lentzsch version: $Revision: 1.13 $ See Also: PlainExample See Also: DynamicRowsExample See Also: DefaultFormBuilderExample |