scala/ScalaBook/chapter-07/pulse.html

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