scala/ScalaBook/chapter-07/pulse_actors.html

<html>
  <head>
    <title>Puls Animation in Scala using Actors</title>
  </head>
<body>
<h1>Pulse Animation applet in Scala using Actors</h1>
<hr>
<applet code="Pulse.class"
        archive="pulse_actors.jar,scala-swing.jar,scala-library.jar" 
        width="450" height="50">
</applet>
<hr>
</body>
</html>