Java:Applet Skeleton
Most of the applets override a set of methods that controls its execution.
- Four of these methods init( ), start( ), stop( ), and destroy( ) are defined by Applet.
- paint( ), is defined by the AWT Component class.
These five methods can be assembled into the skeleton shown here: