Java Applet

compile with
javac waves2.java

start applet with
appletviewer Sine.html

At this point we are using java8 which supports streams and lambdas.

  1. The .html file includes a <applet code=zzzz.class {more pairs} </applet>
  2. zzzz.class created by javac zzzz.java
  3. which includes public class zzzz extends Applet {...}