1  <HTML>
  2  <HEAD>
  3  <TITLE>An Improved Animator Applet</TITLE>
  4  </HEAD>
  5  <BODY>
  6  This animation is like the one in Example 4-8, but it loads all the
  7  images before starting the animation.  Notice how it uses the status
  8  line.
  9  <P>
 10  <APPLET code="Animator2.class" width=50 height=50>
 11  <PARAM name="basename" value="images/circle">
 12  <PARAM name="num_images" value="20">
 13  </APPLET>
 14  </BODY>
 15  </HTML>