Loading Images in Applications
Hi.
I know how to load images in applets with the getImage method that comes with the Applet class, but I cant seem to find a way to do it in an application.
I found a Toolkit class, but that required me to extend it when I am already extending the Frame class.
The Frame class comes with a getImage method, but that requires a getCodeBase() method that comes with the applet class.
How would I get an image using an application?
Thanks in advanced
Glen.

