Earlier I asked a question on how I could manage to draw an image with my applet:
How am I supposed to draw an image from my Java Applet?
The update is that my Java Applet runs from the file system and I think that might be giving me the error I am getting.
I would truly appreciate it if one would take the time to view my question. If you don't want to read the other question a quick recap is that I am getting the "Access Denied" message whenever I try the g.drawImage
function. A user brought up the fact that it is because I may be running my applet from the file system, how do I go about fixing this?