Dependencies

NameDescription
forms.jarThis holds the JGoodies FormLayout and other JGoodies stuff. Visit www.jgoodies.com and check it out. Tell Karsten I sent ya.
retroweaver.jarThe 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.jarRetroweaver needs BCel to convert to JDK 1.4. This is not needed at runtime
jace.jarRetroweaver needs Jace to convert to JDK 1.4. This is not needed at runtime
Regex.jarRetroweaver needs Regex to convert to JDK 1.4. This is not needed at runtime