Get the default base path for loading icons. The value
of defaultBasePath will be appended to the path
argument of getIcon if the base path of the current
IconManager instance is not set. By default the value is an
empty String.
The default base path
Get the icon at the given path. The path should point to a GIF in the class
path. If no image is located at the given location, then this method returns
null.
An icon or null
Set the base path for finding icons. The base path should be a relative
path with the '/' character as a separator.
Parameters: basePath - The base path
setDefaultBasePath
public static void setDefaultBasePath(String _defaultBasePath)(Code)
Set the default base path for loading icons. The value
of defaultBasePath will be appended to the path
argument of getIcon if the base path of the current
IconManager instance is not set. By default the value is an
empty String.
Parameters: _defaultBasePath - The default base path