Well I was going to say I didn't accomplish a thing today, but in the course
of working with JBuilder I found that the following option fixed a vertical
scrolling problem I was having using JRE 1.3.1. (The vertical scrolling
problem disappeared with JRE 1.4.0, but I rolled back the java version while
trying to get JBuilder to work.) Anyway, just adding the following text in
the middle of the command line contained in the .bat file did the trick:
-Dsun.java2d.noddraw
The notes say this will work on many Win95 and Win98 systems, so if you see
a problem while vertical scrolling a combo box in DecoderPro, give it a try.
Robin