<HTML>
<HEAD><TITLE>Round Button Example</TITLE></HEAD>

<body bgcolor="#ffffff">
<font size=-1>
<em>DRAFT.
Feedback to <a href=mailto:kwalrath@eng.sun.com>Kathy Walrath</a></em>.
<br>
<a href=../index.html>Back to How to Create Lightweight Components</a>
<hr>
</font>

<h1>Round Button Lightweight Component Example</h1>

<applet archive="ExampleApplet.jar, ExampleApplet.zip"
	code="Switcher.class"
	width=400 height=300
	alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason.">
<param name="AppletClass" value="ExampleApplet">
<param name="NewPackage" value="actual">
<param name="OldPackage" value="alternative">
<param name="GifWidth" value=400>
<param name="GifHeight" value=300>
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</applet>

<hr>
<p>
Source Code:

<ul>
<li> <A HREF="actual/RoundButton.java">RoundButton.java</A>
<li> <A HREF="actual/ExampleApplet.java">ExampleApplet.java</A>
</ul>

</body>
</HTML>
