Class IconLoader
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.images.IconLoader
-
- Direct Known Subclasses:
IconLoader
,IconLoaderFamFam
public class IconLoader extends Object
Gets an icon from this class' package.
-
-
Constructor Summary
Constructors Constructor Description IconLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static ImageIcon
getIcon(Class<?> clazz, String filename)
protected static ImageIcon
getIcon(String filename)
protected static ImageIcon
getIcon(URL url)
static ImageIcon
icon(String filename)
static BufferedImage
image(String filename)
protected static String
resolveFile(String filename)
Utility method to automagically resolve images that moved into their appropriate icon set subfolders for legacy code
-
-
-
Method Detail
-
image
public static BufferedImage image(String filename)
-
-