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.
@param resourceName A pathname relative to the directoryholding the class file of the current class. For example, "wombat.gif".
@return an image object. May be null if the load failed.