This class simply uses UIManager's get method to lookup the UIDefaults.
We used this everywhere in our code so that we have one central place
to find out which UIDefaults we are using.
Another good thing is you can use setTrace(boolean) and setDebug(boolean)
to turn on the trace so that it will print out which UIDefaults we are trying to get.