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