public class SharedUIDefaults
extends Object
Manages shared instances for UI defaults. For example, all Swing components
of one type usually share one InputMap/ActionMap pair. In order to avoid
duplication of such objects we store them in a Map here.