Java Examples
<html> <head> <title>DrawRectangleApplet </title> </head> <body> <applet code="DrawRectangleApplet " width="700" height="500"></applet> </body> </html>