
NestedSwinger 
Version 1

From:
  Killer Game Programming in Java
  Web Site: http://fivedots.coe.psu.ac.th/~ad/jg


Contact Address:
  Dr. Andrew Davison
  Dept. of Computer Engineering
  Prince of Songkla University
  Hat Yai, Songkhla 90112, Thailand
  E-mail: ad@fivedots.coe.psu.ac.th
  http://fivedots.coe.psu.ac.th/~ad/jg


If you use this code, please mention my name, and include a link to the Web site.

Thanks,
  Andrew

---------------------------------
Contents of this directory:

* 6 NestedSwinger application files:
     - NestedSwinger.java, Lexer.java, Token.java, Parser.java, 
       WidgetNode.java, CodeGen.java

* manifest file for the JAR 
    - Manifest.txt

* batch files
     - build.bat          // for compling NestedSwinger, and generating a JAR file

* CanvasPanel.java        // a support file, used by the 'canvas' widget 
                             (see the manual for details)

---------------------------------
Compiling NestedSwinger

> build
    // this generates NestedSwinger.jar

---------------------------------
Using NestedSwinger

* copy NestedSwinger.jar to the directory containing the NestedSwinger examples

* if your examples use the canvas widget, then also copy CanvasPanel.java to
  the directory

---------
Last updated: 14th May 2010