PPT Slide
Because this is an Applet, the entire layout is defined in the init( ) method of the Applet.
Doing this implies three activities:
- Sketching the layout on paper.
- Declaring instance variables of the visible components.
- Arranging the components as appropriate using a combination of nested containers.