compile with
javac waves2.java
start applet with
appletviewer Sine.html
At this point we are using java8 which supports streams and lambdas.
- The .html file includes a <applet code=zzzz.class {more pairs} </applet>
- zzzz.class created by javac zzzz.java
- which includes public class zzzz extends Applet {...}