<html>
<head>
<title>Animation</title>
</head>
<body bgcolor=black>
<applet archive=Animator.jar
code=animator.Animator
width=800
height=800>
<param name=show value=whatever>
</applet>
</body>
</html>
where whatever is the name of the main class of your animation (e.g., HW1).
You now will have a web page that contains your animation. To see it, get into any web browser (on any machine, even your Mom's or Dad's in Detroit) and enter the web page address:
www.csl.mtu.edu/~userid/anim.html
where userid is your login name (i.e., email address without the @mtu.edu).