Utility method that creates a Boolean from a String
Uses the ClassLoader of the LookAndFeel.
Parameters: bool - The Boolean as String a newly allocated Icon
Utility method that creates a Class from a resource
located realtive to the given base class. Uses the ClassLoader
of the LookAndFeel
Parameters: className - name of the class a class instance
Utility method that creates an Icon from a resource
located relative to the given base class. Uses the ClassLoader
of the LookAndFeel
Parameters: fileName - of the image file a newly allocated Icon
Utility method that creates an Object of class clazz
using the single String arg constructor.
Parameters: value - object as a string Parameters: clazz - class of the object the object