<html>
  <head>
    <title> A Pie Chart Applet</title>
  </head>
  <body>
    <H2>A Pie Chart Applet</H2>
    <hr>

    <applet code="PieApplet.class"  height=130 width=180>
    </applet>

    <br></br>
    <hr>
  </body>
</html>