Method Summary |
|
public void | clearResourceCache() Clears any cached resources such as images. |
public String | getAbsolutePath(String relativePath) This method is not required when running in run-mode. |
public String | getRelativePath(String absPath) This method is not required when running in run-mode. |
public boolean | isValidAbsolutePath(String path) This method is not required when running in run-mode. |
public boolean | isValidResource(String relpath) This method is not required when running in run-mode. |
public ImageIcon | loadImage(String imageName) Utility method that loads an image from the CLASSPATH.
Parameters: imageName - the subdirectory and name of image file (i.e.images/edit16.gif ) a valid Icon for the given imageName. |