<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>
<HEAD>
<meta name = "author" content= "Marci DuFour">
<meta name="description" content="Draw Panel Java Applet">
<meta http-equiv="Content-Type" content="text/html/Applet; charset=ISO-8859-1">
</HEAD>
<TITLE>Drawing Panel</TITLE>
<BODY>
<!-- Java Applet.	This is an interactive applet.  
	 Allows the user to select a color from,
	 the popupmenu. Click in the panel or as mouse enters
	 or exits applet, draw circles at mouse location. -->

<p>&nbsp;<BR>
	 <APPLET code=DrawPanel.class height=345 id=Applet name="Circle Draw Panel" 
			 style="BORDER-BOTTOM: lightgrey 5px outset; 
					BORDER-LEFT: lightgrey 5px outset; 
					BORDER-RIGHT: lightgrey 5px outset; 
					BORDER-TOP: lightgrey 5px outset; HEIGHT: 373px; LEFT: 10px; TOP: 58px; WIDTH: 597px" 
					title="Circle Draw Panel" width=577 alt="Circle Draw Panel" VIEWASTEXT>

</APPLET>
</BODY>

</HTML>