First, sorry for my bad english.
I'm not a pro in java and never programmed an applet before. So I'm trying to program a little game for my website. In this game I want a picture as background so i tried to load it with:
Image im = Toolkit.getDefaultToolkit().getImage(path);
That throws a FileNotFoundException, so I tried to creat a new file with FileOutputStream("test.abc"), to look where it will be created. I did this and it was created in my local firefox folder. So how can I load the picture from a folder on the server?