Panel (AWT)

Use a Panel bean Panel as a composition surface for other user interface components, such as buttons, lists, and text. You can add a panel to a window, an applet, or another panel. In an AWT window, a Panel can either serve as the client component, or be added to the client component.


Related procedures
Adding a pane or panel

Related references
Sun's Panel bean documentation
Pane and panel beans
Beans for visual composition