More SEQUENCE posts
November 24, 2003
Another Version of SEQUENCE
Just a few small improvements. I've added the beginnings of a help system, currently consisting of a menu option and a couple of java help pages. I've also changed the command line options slightly. To run in headless mode you now need to say
java -jar sequence.jar --headless <input_file_name>
and when you run with a display you can choose the default directory used by the open and save commands if you say
java -jar sequence.jar <default_dir>
As usual the compiled code is sequence.jar and the source is sequence_src.jar
I hope to get round to making other changes that people have asked for soon.
Posted by Alex at November 24, 2003 08:53 PMComments
Post a comment