--------------------------------------- Plan Editor for java 1.2.2 -- README --------------------------------------- -------------- *Installation* -------------- To install the plan editor download the planeditor.jar file and place it into a directory. Then append to your CLASSPATH environment variable the location of the planeditor.jar file. For example on PC: CLASSPATH .;c:\PlanEditor\planeditor.jar on unix: CLASSPATH .:$home/planeditor.jar You should then be able to execute the planeditor from any directory by typing: java planeditor ------------------ *Getting the Code* ------------------ If you want the code for the planeditor just copy the jar file to another directory where you want to view the code and execute the command: jar xf planeditor.jar This should extract all of the source code from the jar file along with the class files, images files, and library files. ---------------- *Known problems* ---------------- i) This program is not compatible with earlier java versions. ii) Saveing in postscript format is disabled. iii) Child -- Parent relationships are on occasion lost when a plan is saved in .lsp. iv) When trying to view a plan all of the icons in the plan are stacked in one corner. This can be caused by several things; the .plan file for that plan is no loner in a valid format because the planeditor has been updated (I must fix this). How to fix: if you move things around and re-save it, the plan file will be updated. Any other problems) email us at mchugh@cis.udel.edu and windley@cis.udel.edu