net.sf.genuine.tools
Class Images

java.lang.Object
  extended bynet.sf.genuine.tools.Images

public class Images
extends java.lang.Object

Helper methods to manage images.

Author:
Tim Wellhausen

Constructor Summary
Images()
           
 
Method Summary
static javax.swing.ImageIcon getImageIcon(java.lang.String iconFilename)
          Loads an icon that must be accessible on the class path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Images

public Images()
Method Detail

getImageIcon

public static final javax.swing.ImageIcon getImageIcon(java.lang.String iconFilename)
Loads an icon that must be accessible on the class path. If the file is not found, null is returned.

Parameters:
iconFilename - The name of the file of the icon
Returns:
The requested image icon or null