Class Summary |
AIDemo |
This class is meant to be an illustrative example of how to use
the adjudication routines to evaluate moves, as might be needed
by an AI (computer) player or the like.
|
Convert |
Converts JUDGE map files to jDip XML adjacency format.
|
Help |
Encapsulates JavaHelp for the utmost in simplicity of adding
help to GUI elements. |
Help.HelpID |
Constant Class which provides a master index of Help IDs |
Log |
A very simple logging class that logs all data to stdout. |
LRUCache |
Implements an LRU Cache; based on LinkedHashMap from JDK1.4 |
PropertyCheck |
Given 2 or more .properties files, it compares them, and writes
(to stdout) which property file is missing a key (compared to all
other files). |
SharedPrefs |
This is just a simple class to get a consistent preference node
between packages; thus they will all SHARE the same preference
node. |
SimpleFileFilter |
Simple File Filter class.
|
TestParser |
A test harness that allows testing of the Order Parser (OrderParser.java).
|
TestSuite |
A very hastily-programmed Test harness..
|
Utils |
Various static utilities used by GUI and non-GUI classes.
|
XJFileChooser |
A simplified and extended JFileChooser for single-file (only!)
|
XMLUtils |
Various static utilities used to parse and
format XML (and SVG). |