com.jgoodies.forms.tutorial.basics |
|
Java Source File Name | Type | Comment |
AlignmentExample.java | Class | Demonstrates the different FormLayout alignments. |
BasicSizesExample.java | Class | Demonstrates the basic FormLayout sizes: constant, minimum, preferred. |
BoundedSizesExample.java | Class | Demonstrates the basic FormLayout sizes: constant, minimum, preferred. |
CellAlignmentExample.java | Class | Demonstrates how FormLayout applies the default column and row
alignments to cells, and how to override the defaults. |
ComponentSizesExample.java | Class | Demonstrates the three FormLayout component sizes: minimum, default and
preferred. |
GroupingExample.java | Class | Demonstrates how columns and rows can be grouped in FormLayout. |
GrowingExample.java | Class | Demonstrates the FormLayout growing options: none, default, weighted. |
SpanExample.java | Class | Demonstrates how components can span multiple columns and rows. |
UnitsExample.java | Class | Demonstrates the different sizing units provided by the FormLayout:
Pixel, Dialog Units (dlu), Point, Millimeter, Centimeter and Inches. |