Dave - 2003-04-08

Do we all need Java 1.4?  Does the JRE runtime (9MB) include a javac.exe?  Or do I have to download the massive (36MB) JDK?

I tried to compile with JDK 1.3 and surprisingly some methods are missing from Strings, namely the split method.  You'd think Strings class would be complete by now.  Also the mousewheel is support is missing from 1.3.  Maybe you can replace Strings.split with some code or pluck the code from the Strings class.

Anyway, I think it would be good to have the program run under both 1.3 and 1.4.