Java chat client

I wrote this chat client and server so that if I am on my page, and the server is running, you can talk to me. to return to the main page go here:

/

to use the applet, type a message into the text box on the bottoom of the applet, the text should appear in the large text window, and in the large text window of anyone else using this applet. If something comes up in the main window saying "Exception" reload the page, if it still doesen't work after a few tries than the server is probably not curently running, and you should try back later. you can type "/names" in the small text window to get a list of users currently connected, "/help" to get a list of commands, "/nick some_name" to change you nick name to some_name (it starts off being a random integer). and "/whois some_nick" to get information about a person with nick name some_nick that is currently signed on.