edu.jhu.tmaj.util.swing
Class IconsHelper

java.lang.Object
  extended by edu.jhu.tmaj.util.swing.IconsHelper

public final class IconsHelper
extends java.lang.Object

This class became unused following the addition of icon images to the JAR file.


Method Summary
static java.awt.Image getImage(java.lang.String iconFileName)
           
static javax.swing.ImageIcon getImageIcon(java.lang.String iconFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImageIcon

public static javax.swing.ImageIcon getImageIcon(java.lang.String iconFileName)

getImage

public static java.awt.Image getImage(java.lang.String iconFileName)