Name | Description |
forms.jar | This holds the JGoodies FormLayout and other JGoodies stuff. Visit www.jgoodies.com and check it out. Tell Karsten I sent ya. |
retroweaver.jar | The code for this tool is written using JDK1.5 and generics making it incompatible with
JDK 1.4. In order to support 1.4, I use Retroweaver which takes
1.5 byte code and converts it to 1.4 compatible byte code. Retroweaver is included in the JDK 1.4
compatible version of the FormLayoutMaker jar file. |
bcel.jar | Retroweaver needs BCel to convert to JDK 1.4. This is not needed at runtime |
jace.jar | Retroweaver needs Jace to convert to JDK 1.4. This is not needed at runtime |
Regex.jar | Retroweaver needs Regex to convert to JDK 1.4. This is not needed at runtime |