SOURCE CODE
-----------
Source code is only included in the JCardsX.X-src.zip download.

The .form files are used by the GUI builder in NetBeans.

As JCards is distributed under the GPL, source code can be downloaded, modified
and exchanged with no restrictions as long as modifications are also made
available for free.

COMPILING
---------
Download and install a copy of ant (http://ant.apache.org/) to your development
machine.
At a shell prompt type:
    'ant' or 'ant compile' to compile the source
    'ant jar' to update the jar file in the lib directory

