diff options
Diffstat (limited to 'Examples/GIFPlot/Java/full/README')
| -rw-r--r-- | Examples/GIFPlot/Java/full/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/GIFPlot/Java/full/README b/Examples/GIFPlot/Java/full/README new file mode 100644 index 0000000..93463ea --- /dev/null +++ b/Examples/GIFPlot/Java/full/README @@ -0,0 +1,8 @@ +This example runs the entire gifplot.h header file through SWIG without +any changes. The program 'runme.java' does something a little more +interesting. After doing a make, run it using 'java runme'. You'll have to go +look at the header file to get a complete listing of the functions. + +Note the differences in the runme.java files between this example and the +'full' example. This example does not use shadow classes. + |
