Package org.svetovid.dialogs
Class Resources
java.lang.Object
org.svetovid.dialogs.Resources
This is helper class which contains methods to easily access resources.
- Version:
- 1.0
- Author:
- Ivan Pribela
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Resources
public Resources()
-
-
Method Details
-
getIcon
Returns icon from the resource namedname
. Icon is cached in internal map for faster access.- Parameters:
name
- name of the icon to be retrieved- Returns:
- icon associated with specified name
-