0
Java Applet - Please help rectify error
I want to design a drop-down list such that when I click on a option corresponding image should be displayed. My code compiles successfully and then just the drop-down works on the applet window. The image is not displayed. Please help. My code : https://code.sololearn.com/ct7p42v5Wi7y/?ref=app
2 Réponses
+ 2
Try using absolute location of your image file, explicitly
file:\\\C:\Windows\... \....\panda.jpg
0
It's still not working Gordon