|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
GroupLayout
: laying out components one
after another (SequentialGroup
) or layout on top
of each other (ParallelGroup
).Group
that lays out its elements on top of each
other.Group
that lays out its elements sequentially, one
after another.Group
that is responsible for
layout along the horizontal axis.
LayoutStyle
object appropriate for the current look and feel.
ParallelGroup
that is responsible for
layout along the vertical axis.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |