BallBox6 HTML Demo

You can view source to see how the html looks.

The java .class file (not the .java file) is assumed to be on the same site and in the same directory as the html file

Note that even though all the classes are in the same .java source file, Java stores each class in its own .class byte code file. So Ball.class, Box.class and BallBox6.class all have to be on the webserver.