| Gets a resource string from the resource bundle. Resource bundle
represents the property file. For example, if property file
contains something like this:
menubar=file edit help
method call getResourceString("menubar") will give the string
file edit help as a result. This method reads information
from property file. If can't find desired resource, returns null.
Parameters: nm - name of the resource to fetch. String value of named resource. |