<html> <head><title>Ball Applet – Test Page</title></head> <body> <applet code="BallApplet.class" width="200" height="150"> <param name="imageName" value="ball.jpg"> </applet> </body> </html>