The getImage(URL) function is a class member of java.applet.Applet. However, what I need is an equivalent function to load an image from the internet without having to descend the control which is displaying the image from java.applet.Applet - the control in question is descended from java.awt.Canvas at the moment.

Please help!

Dave Turner