Include the applet in an HTML page with code similar to the following:

<applet code=colorbook.class width=352 height=327>
<PARAM NAME=regcode VALUE="">

<PARAM NAME=info VALUE="Applet by Gokhan Dagli,coloringbook.tripod.com">
<PARAM NAME=picture VALUE="flower.gif">

<PARAM NAME=paletteposition VALUE="vertical">
<PARAM NAME=palettecolor VALUE="999999">
<PARAM NAME=palettewidth VALUE="100">
<PARAM NAME=paletteheight VALUE="327">

<PARAM NAME=basx VALUE="10">
<PARAM NAME=basy VALUE="10">

<PARAM NAME=brushcolor VALUE="e01919">
<PARAM NAME=brushcolorposx VALUE="15">
<PARAM NAME=brushcolorposy VALUE="120">

<PARAM NAME=clearbut_posx VALUE="28">
<PARAM NAME=clearbut_posy VALUE="176">

<PARAM NAME=column_count VALUE="3">
<PARAM NAME=colorcount VALUE="9">

<PARAM NAME=color1 VALUE="09a030">
<PARAM NAME=color2 VALUE="e01919">
<PARAM NAME=color3 VALUE="7aa0f7">
<PARAM NAME=color4 VALUE="09328d">
<PARAM NAME=color5 VALUE="8d3e09">
<PARAM NAME=color6 VALUE="777777">
<PARAM NAME=color7 VALUE="ff99ff">
<PARAM NAME=color8 VALUE="0090a2">
<PARAM NAME=color9 VALUE="efe2ad">
</APPLET>