loadImage(String resourceName) This is a utility method to help in loading icon images.
It takes the name of a resource file associated with the
current object's class file and loads an image object
from that file.
This is a utility method to help in loading icon images.
It takes the name of a resource file associated with the
current object's class file and loads an image object
from that file. Typically images will be GIFs.
Parameters: resourceName - A pathname relative to the directoryholding the class file of the current class. For example,"wombat.gif". an image object. May be null if the load failed.