Uses of Package
org.jdesktop.layout
-
Classes in org.jdesktop.layout used by org.jdesktop.layout Class Description GroupLayout.Group Group provides for commonality between the two types of operations supported byGroupLayout
: laying out components one after another (SequentialGroup
) or layout on top of each other (ParallelGroup
).GroupLayout.ParallelGroup AGroup
that lays out its elements on top of each other.GroupLayout.SequentialGroup AGroup
that lays out its elements sequentially, one after another.LayoutStyle LayoutStyle is used to determine how much space to place between components during layout.