I have an
applet which uses the drawImage method. There is a ImageObserver implementation with the following:
The applet works perfectly with JRE 1.3, but fails to load the background image in JRE 1.4.
Also in 1.4 the console shows the message "*** Image load error! ***"
Are there any known incompatibility between JRE 1.3 and 1.4?
Bijesh
P.S. The code is not mine. So I have no idea what is being attempted here.