To use the taemsviewer:

1) Run "taemsview foobar.ttaems", where foobar.ttaems is your textual
taems file.

2) If you have a ptaems file, run "ptaemsview foobar.ptaems", which
will parse the ptaems file into an intermediate file, and then view
that file.

If you are on a system which does not have a CLI, you can still deduce
the command line options from the two scripts, and then run it by hand. 

Another way to use the utility is by just adding a shell alias
pointing to the jar file.  In sh, this can be done like this, assuming
the taemsview directory is in your home directory:
	alias taemsview="java -jar ~/taemsview/taemsview.jar"
Then, the viewer can be run anywhere as "taemsview foobar.ttaems".

Within the taemsviewer, you can right click to get a pop-up menu of
options, from which you can write out textual versions of the nodes,
control some viewable elements, or open a panel that allows you to
edit the figure.  You may also drag nodes about, and, if you hold down
control while dragging, move entire subtrees at once. 

Example Taems files are included with this distribution in the
examples directory, more can be found online from
http://mas.cs.umass.edu/research/taems/white.

---

Release Notes:

- 1.3.1

Fixed some miscellaneous parsing bugs
Added more examples
Window close now exits

- 1.3

Added copy/paste
Added double-click task collapsing
Fixed parsing of number-prefix labels

- 1.2.2

Fixed /dev/null error in windows

- 1.2.1

Now supports legacy method_is_non_local when parsing
Fixed printing in newer JVMs
Printing scales the structure to the specified paper size

- 1.2.1

Fixed printing bounds generation
Fixed two token attribute parsing

- 1.2

Added editing capabilities

- 1.1

Changed the library into an executable jar for simplification

- 1.0

Initial release
