What does the class hierarchy of the Applet class look like?
Created Oct 29, 2001
John Zukowski The inheritence hierarchy of the java.applet.Applet class is as follows:
+-----------+
| Object |
+-----------+
|
+-----------+
| Component |
+-----------+
|
+-----------+
| Container |
+-----------+
|
+-----------+
| Panel |
+-----------+
|
+-----------+
| Applet |
+-----------+