Applet doesn't show image only if it is running on IE
HI All,
I'm developing an applet that show a table whre any single cell is composed by a Jlabel that contains an image and a text.
So the applet working fine if I run it via eclipse viewer but when I create the HTML file addind the right archive contains all classes and folder image and run applet via IE only the text label is shown.
Seems strange that I don't use a specific path for gettinng image file because I put the image folder inside the classes folder and the reference to the image file is absolute to the folder "image/xxx.png".
Could anybody help me or have some suggestion to solve this behaviour?
Thanks in advance & best regards,
Valerio