public class IconManager extends Object
Constructor and Description |
---|
IconManager() |
Modifier and Type | Method and Description |
---|---|
ImageIcon |
getIcon(String name)
Get an icon identified by name.
|
static IconManager |
getInstance()
Singleton instantiator.
|
public static IconManager getInstance()
public ImageIcon getIcon(String name)
name
- Name of the icon to load.