Something strange. My 1.1 applet runs slow in IE with the 1.4 plug-in. It runs fine with the MVM and in the 1.3 appletviewer. Is there anything I should watch for which may slow down 1.4 compared to previous versions? The only thing I can think of is the one function I’m currently working on is fairly long and complex. It seems that if I comment out some parts of it (doesn’t matter which ones) it runs fine. Oh well, might be something stupid I’m doing, but I thought I’d post just in case.
Have you profiled it yet?
Watch out for use of PixelGrabber, it’s much slower in 1.4+ than in 1.3.1 and 1.1.x.