<HTML>
<HEAD><TITLE>Spinner 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>Spinner Lightweight Component Example</h1>

<applet archive="ExampleApplet.jar, ExampleApplet.zip"
	code="Switcher.class"
	width=175 height=150
	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=175>
<param name="GifHeight" value=150>
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</applet>

<hr>
<p>
Source Code:

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

</body>
</HTML>
