Resource wizard
A resource bundle is a file that contains some or all of the resource strings used in your application or applet. If you have coded your resources with strings, you can quickly bundle them into a separate resource bundle.
To display this wizard,
- In the Editor, open the class whose resources you want to bundle.
- Choose Wizards|Resource Strings.
Wizard options
ResourceBundle Class Name
The name of the class to bundle resources into. By default, it has a .RES extension.
Bundle Key
The name of the key that will be assigned to the resource string displayed in For String.
For String
The name of the string to convert to a bundle key.
Found In
The method in which the string is located.
Convert
Adds the string to the resource bundle file and converts it to a call that retrieves the string from the bundle class.
Skip
Skips with string without converting it.
See also:
User's Guide: Bundling resources