|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Container
to
arrange its components by a set of rules that would be adapted for specific
screen/font sizes.ComboBox
and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern.Painter
allows us to draw arbitrary elements
of graphics from plain/scaled/tiled images to gradients and pretty
much any form of graphic drawing we can imagine.Component
, allows nesting and arranging multiple
components using a pluggable layout manager architecture.FlowLayout
.
ParallelGroup
that aligns it's
elements along the baseline.
ParallelGroup
with a
LEADING
alignment.
ParallelGroup
.
ParallelGroup
.
SequentialGroup
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |