My First Java Applet, Extended

This is a fancier example of a Java Applet embedded in a Web page. It is the first applet we looked at, but extended (via subclassing, of course) to use the Color PARAMs.

First, here it is with the original two colors:



And here it is with four colors:



Use The Source, Luke.