Class Resources

java.lang.Object
org.svetovid.dialogs.Resources

public class Resources extends Object
This is helper class which contains methods to easily access resources.
Version:
1.0
Author:
Ivan Pribela
  • Constructor Details

    • Resources

      public Resources()
  • Method Details

    • getIcon

      public static Icon getIcon(String name)
      Returns icon from the resource named name. Icon is cached in internal map for faster access.
      Parameters:
      name - name of the icon to be retrieved
      Returns:
      icon associated with specified name