| java.lang.Object com.jgoodies.forms.tutorial.QuickStartExample
QuickStartExample | final public class QuickStartExample (Code) | | Quickly introduces the most important features of the FormLayout:
create and configure a layout, create a builder, add components.
Note that this class is not a JPanel subclass;
it justs uses a JPanel as layout container that will be returned
by #buildPanel() .
author: Karsten Lentzsch version: $Revision: 1.13 $ |
buildPanel | public JComponent buildPanel()(Code) | | Builds the panel. Initializes and configures components first,
then creates a FormLayout, configures the layout, creates a builder,
sets a border, and finally adds the components.
the built panel |
|
|