Chapter 8. Swing Containers
In
this chapter, we'll take a look at a number of
components Swing provides for grouping other components together. In
AWT, such components extended java.awt.Container
and included Panel, Window,
Frame, and Dialog. With Swing,
you get a whole new set of options, providing greater flexibility and
power.
|