Chess GUI in Java

Setup:

if you want to use a uci engine or want to change the engine press the 'Load engine' button and select a valid uci engine

Usage:

to run the program,

- make sure that the latest version of Java is installed on your computer

- then in the 'dist' folder:

	- double click on javachessgui.jar

or

	- in a console window cd to the 'dist' directory
	- then issue the command: 'java -jar javachessgui.jar'