There always exists a default set of UiResources
, which can be obtained by calling the static getDefault
. It is also possible to create new instances of UiResources
and map those to keys, in case there needs to exist more than one set of resources within one application (although this should be rare).
A UiResources
object holds internal lookup tables for colors, fonts, and other objects. These objects can added and accessed through the putXXX
and getXXX
methods.
@author Torgil Zethson
|
|