scala/ScalaBook/chapter-07/pulse2.html

<html>
  <head>
    <title>Pulse Animation in Scala</title>
  </head>
<body>
<h1>Pulse Animation Scala Applet with no Flickering Effect</h1>
<hr>
<applet code="Pulse.class"
        archive="pulse2.jar,scala-swing.jar,scala-library.jar" 
        width="450" height="50">
</applet>
<hr>
</body>
</html>