cmu.survey.gui
Class IconLoader

java.lang.Object
  extended by cmu.survey.gui.IconLoader

public class IconLoader
extends java.lang.Object


Method Summary
static javax.swing.ImageIcon getGraphic(java.lang.String graphicPath)
           
static java.net.URL getGraphicURL(java.lang.String graphicPath)
           
static javax.swing.ImageIcon getToolbarIcon(java.lang.String iconPath)
          Simple path to the icon from the icons folder, e.g., "general/Open24.gif", "text/Bold16.gif", "table/RowDelete24.gif"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getToolbarIcon

public static javax.swing.ImageIcon getToolbarIcon(java.lang.String iconPath)
Simple path to the icon from the icons folder, e.g., "general/Open24.gif", "text/Bold16.gif", "table/RowDelete24.gif"

Parameters:
iconPath -
Returns:

getGraphic

public static javax.swing.ImageIcon getGraphic(java.lang.String graphicPath)

getGraphicURL

public static java.net.URL getGraphicURL(java.lang.String graphicPath)