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