It adds a "Recent Menu" item to the File Menu, in the
Swing interface. It saves the last 10 working JAG's XML
file descriptors opened.
The zip file contains the modified JagGenerator.java,
plus the new class, MenuRecent.java.
It also has the patch, in case you want to review the
changes.
To apply:
cat JagGenerator.java-patch_for_1.63_CVS_release |
patch -p0
JagGenerator.java,JagGenerator.java-patch_for_1.63_CVS_release,RecentMenu.java