Question? Simple. I have an applet. And I want to show an image on the applet. An image from the Image Resource.
If someone can offer me an descent answer, then he can call himself real guru :o)
imageURL = new URL(imagePath);
i = this.getImage(imageURL);
ā
update
what is the possible value of imagePath? to obtain the images. or any other ways are also welcome.
Thanks
Cedric