com.lowagie.rups.view.icons
public class IconFetcher extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.HashMap<java.lang.String,javax.swing.Icon> |
cache
Cache with icons.
|
Constructor and Description |
---|
IconFetcher() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.Icon |
getIcon(java.lang.String filename)
Gets an Icon with a specific name.
|