Showing posts with label applet skeleton. Show all posts
Showing posts with label applet skeleton. Show all posts

Monday, 17 February 2014

AN APPLET SKELETON

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: