An applet with more than one method


This browser does not understand the APPLET tag and does not support Java.
Hide and uncover this window and watch the number change. See the Java source code.
  • The methods that you'd have to write for a more complicated subclass of Applet would be
    1. init
    2. destroy
    3. start
    4. stop
    5. paint