Are you trying to read the image from the HDD. If you
are doing this then ypu will run into Java Security
Sandbox issues.
You need to load the image from a webserver using the
URL class. Please confirm that this is the security
problem and that you are not opening nay sockets in
your applet codes.