Start by creating a file like this: 

<html>
  <body bgcolor=white>
    <h1>Hello, <font color=blue>Larry</font>!</h1>
    <applet code="ChatApplet.class"
            codebase="http://silo.cs.indiana.edu:14226/chat"
            width=400 height=400>
      <param name=user value="Laura">
    </applet>
  </body>
</html>

Put it on the desktop and call it your name. 

So I would name it Adrian.html since Adrian is my name. 

Now go inside the file and find the <param name=user value="Laura"> line. 

Put your name instead of Laura. Same name you put as your file name. 

Next open a DOS window (Start button, textfield: cmd then hit Enter). 

Go to the Desktop and type dir to see your file. 

Set the PATH:

       PATH=%PATH%;"C:\Program Files\Java\jdk1.6.0_33\bin"

Next call the appletviewer on the file you have created: 

       appletviewer Laura.html

(Of course, instead of Laura please put your own name, as discussed). 

We should be able to share, all of us, Kathryn's chat. 

Next in lab we will do the same with Iceblox. 

Once you have it installed you can use the appletviewer: 

       appletviewer http://silo.cs.indiana.edu:14226/iceblox/iceblox.html

Running it as above will allow you to load Kathryn's Iceblox applet.