
The main class for the package is called Editor.

If you have the Editor.jar file, simply run:
java -jar Editor.jar

You can create the jar file with the 'make jar' directive.

Note that the Makefile wants jikes.

The Editor stores its internal map format as .jsfmap files,
and exports dungeon-game maps as .dg_map files.

The Editor looks for a subdirectory from the current working
directory called 'textures'.  This may be a symbolic link if
you prefer.  It looks for files in this directory with a .png
extension.
