|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.beesoft.gaia.swing.Resources
public abstract class Resources
Helper class to obtain some resources. Currently it works for icons only.
Method Summary | |
---|---|
static javax.swing.Icon |
getIcon(java.lang.String name)
Returns an icon from given resource name or null if not found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.swing.Icon getIcon(java.lang.String name)
name
- - the name of the icon resource
javax.swing.Icon
or null, if not
found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |