Kolored Krossword Kraze

This "party" version of the crossword applet is as configurable as the standard version, and the installation is practically the same (as here). The main difference is that now you can specify colors for various elements of the crossword.

puzzle gallery.

How to get it

Download the distribution file from here. Sample HTML and data files are enclosed in the distribution.

How to use it

All the same as for the standard version. The new applet tags are given in RED color:
<HTML>
<HEAD>
<TITLE>Crossword Page</TITLE>
</HEAD>
<BODY>
<APPLET CODE="xwclr.class" WIDTH=160 HEIGHT=460>
<PARAM NAME="Copyright" VALUE="1996 (C) Andrei Grigoriev">
<PARAM NAME="User" VALUE="Copy not registered, will expire soon">
<PARAM NAME="Debug" VALUE="yes">
<PARAM NAME="bg" VALUE="aaaaaa">
<PARAM NAME="fg" VALUE="ffffff">
<PARAM NAME="white" VALUE="308830">
<PARAM NAME="black" VALUE="004a08">
<PARAM NAME="curfg" VALUE="ffff00">
If you see this text, your browser doesn't support Java applets.<BR>
Try fetching Netcape 2.0 or above from <A HREF="http://home.netscape.com/">here</A>.<BR>
</APPLET>
</BODY>
</HTML>

The numbers in VALUE="... are those hexadecimal numbers one could use to specify background and text colors in the <BODY... tag of your HTML pages. I'm sure you will easily figure out what those parameters are.

If you use the color settings given above, you'll get the left example. If you skip these parameter lines altogether, the default color settings are those on the right.

Have fun playing with colors!

NEW! Answers to frequently asked questions (FAQ) available now.


Main Page | Gallery | Download | Generator | Contact
Copyright © 1996-2003 Andrei Grigoriev. All rights reserved.