CodeFormatter Demo
==================
This is a simple example of using a CodeFormatter bean to format some Java
code. When the "Format" button is pressed, the code on the left-hand side
of the frame is run through a CodeFormatter, and the result is displayed
on the right-hand side of the frame. This demo does not expose the properties
of the CodeFormatter bean for modification, so the defaults are used.


To Compile (if necessary):
-------------------------
javac Demo.java

  Classpath requirements:
    cf.jar


To Run:
------
java Demo

  Classpath requirements:
    cf.jar
    
Matthew J. Duftler (duftler@us.ibm.com)
