PPT Slide
import java.applet.Applet;
class myApplet extends Applet {
//define what happens here
//define what happens here
public void paint (Graphics g) {
//define what happens here
//define what happens here
Containers -- Subclassing
Applets use inheritance while
Frames use composition and/or inheritance