Package com.jgoodies.forms.factories
Consists of optional Forms framework factory classes that assist you
in building consistent forms quickly.
Related Documentation
For more information see:-
Interface Summary Interface Description ComponentFactory An interface that defines the factory methods as used by thePanelBuilder
and its subclasses. -
Class Summary Class Description Borders Provides constants and factory methods forBorder
s that use instances ofConstantSize
to define the margins.Borders.EmptyBorder An empty border that uses 4 instances ofConstantSize
to define the gaps on all sides.ButtonBarFactory A factory class that consists only of static methods to build frequently used button bars.DefaultComponentFactory A singleton implementation of theComponentFactory
interface that creates UI components as required by thePanelBuilder
.FormFactory A factory that creates instances of FormLayout for frequently used form layouts.