Nice tutorial

This is the real way of doing it, (you will need a webhost)
Download these files:http://download.cnet.com/JAR-Maker/3000-2213_4-10588876.htmlSet the output directory somewhere like the desktop next to that is your jar file's name change it as you please.
go to the input directory navigate to the directory of your class files, the ones with the '.class' extension now go to 'manifest template' and in that top line either type 'Gui' or 'client' then set manifest and jar your client! now make a folder called 'slrW2sd' put the jarred client inside of that folder now make a new document and paste the following inside of it:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<body>
<applet name="StringScape Client" width="765" title="StringScape Client" height="503" archive="client.jar" code="client.class">
<param name="java_arguments" value="-Xmx1024m">
</applet>
</body>
</html>
save as an
HTML file and double click it you have now made a webclient.