Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.jgoodies.forms.tutorial.building

Class Summary
ButtonBarsExample Demonstrates how to build button bars using a ButtonBarBuilder.
ButtonOrderExample Demonstrates how to build button bars with a fixed button order or with a button order that honors the platform's style.
ButtonStacksExample Demonstrates how to build button stacks using the ButtonStackBuilder.
ComponentOrientationExample Demonstrates how to build panels that honor or ignore the current component orientation: left-to-right vs.
ComponentOrientationExample.OrientationUtils Provides some convenience behavior for flipping side in column specifications, arrays of column specifications and encoded column specs.
DefaultFormBuilderExample Uses the FormLayout and the DefaultFormBuilder.
DefaultFormWithCustomAreasExample Compares approaches how to append a custom area at the end of a panel built with the DefaultFormBuilder: using two custom rows to align the leading label, using a single custom row with label on top, using a separator.
DefaultFormWithCustomRowsExample Shows three approaches how to add custom rows to a form that is built using a DefaultFormBuilder. single custom row, standard + custom row, multiple standard rows.
DynamicRowsExample Combines the FormLayout with the PanelBuilder.
FormDebugExample Demonstrates how to find bugs in the layout using the FormDebugPanel and the FormDebugUtils.
IndentColumnExample Demonstrates how to efficiently build a panel with a leading indent column using the DefaultFormBuilder.
PanelBuilderExample Demonstrates a typical use of the FormLayout.
PlainExample Demonstrates a pure use of the FormLayout.
RowCounterExample Demonstrates the FormLayout with a PanelBuilder.