Tutorials

Getting started

To use Dotz on your site you should put dotz.cab, dotz.jar and dotfont.gif on your server. That'll make it work with netscape 4+ and MSIE 3+. If you also want it to be viewable in netscape 3 you should unzip dotz.jar and put all class files in it on your server too.

You should call the applet from a html file like this:
<APPLET code="Dotz.class" archive="dotz.jar" width=400 height=40>
<PARAM name="cabbase" value="dotz.cab">
</APPLET>
This will point netscape to the dotz.jar file and MSIE to the dotz.cab file. Of course you should enter your own values for the width and the height of the applet.

II - The first text