Image problems
I have a problem having images showing up on the web. it works fine when i use my applet on my computer. I uploaded all the files into one folder on the web and they don't want to show up....
Here is the code i used:
mypic3=(getCodeBase(),"me3.gif");
mypicture2=getImage(getCodeBase(),"me2.gif");
mypicture=getImage(getCodeBase(),"me.gif");
the images are on secondcube.com/"name".gif
does anyone know the how this problem can be fixed? Thx

