Example applications of the JVG package
=======================================

All the example applications have their corresponding .BAT file, which 
is called "GO"<name of application>. 

RecordingTest.java
------------------
Does a certain number of drawing operations, including pixmap image 
drawing, and records them into a GraphicsRecording. The recording is 
saved to the file whose path is given as input argument. 

ReplayTest.java
---------------
Replays the JVG file whose path is given as input argument. GoReplayTest 
and GoRecordingTest are meant to go together, but you can of course 
visualize any JVG file. 

PICTtoJVGtest.java
------------------
Converts a Macintosh PICT file into a JVG file. The path of the PICT file 
is the first input argument and the path of the JVG the second input 
argument. 
This program simply connects a PICTReader to a RecorderGraphics and then 
saves the resulting recording onto disk. 

PICTShowDemo.java
-----------------
Reads and displays a the PICT file whose path is given as input argument. 

PICTLister.java
---------------
Gives a verbose listing of the operations found in a PICT file. In 
PICTLister.bat output is redirected to the file "list.txt".
