I've made a programmed called DeDoc that may be of interest to anyone porting the Java Sun JDKs to Classpath/GCJ. DeDoc takes the HTML JavaDoc documentation of some API, reads it, and writes Java source code containing class and method signatures. Running the program on the 424 Swing classes (in javax.swing, javax.swing.border, ..) results in about 900 kb of source code generated - more than 20000 lines. So DeDoc is probably a good start... (Most of the generated classes can also be compiled without modifications, even though they don't do anything.) The program can be downloaded from http://www.student.lu.se/~nbi98oli/src/dedoc-0.9.tar.gz. (It requires JDK 1.2 and OpenXML 1.2 from www.openxml.org.) Let me know what you think. Oskar Liljeblad ([EMAIL PROTECTED])

