PPT Slide
Containers are components which can have:
- Other components or containers added to them.
The types of containers include:
- Generally (but not always) embedded in HTML;
- Is automatically created for you as the area of the web browser or appletviewer in which the applet loads.
A class that extends Applet:
- Is automatically an Applet container,
- Can have a layout set on it and components/containers added to it.