<html>
<head>
<title>A Drawing Applet</title>
</head>

<body bgcolor=lightyellow>

<h2>Let's Draw</H2>

<div style="border:thin solid; width:500">

	<Applet code="xDraw.class" width=500 Height=300>
	</Applet>

</div>
</body>
</html>