To display this dialog box,
Add Entry
Click Add Entry to add a row to grid below. Within the grid, type in one of the entries you want to appear in list of strings the user sees.
Remove Entry
Click Remove Entry to remove the selected row in the grid below.
Add Entry
Click Add Entry to add a row to grid below. Under Resource String, type in one of the entries you want to appear in list of strings the user sees. For the Java Initialization String, type in the code you want JBuilder to use in the code it generates.
For example, if the Resource String is Black, the Java initialization code might be one of these:
Note: If you want to include a string in Java initialization string, put quotation marks(") before and after the string, as if you were entering it in source code.
Remove Entry
Click Remove Entry to remove the selected row in the grid below.
Add Entry
Click Add Entry to add a row to grid below. Under Resource String, type in one of the entries you want to appear in list of strings the user sees. Under Integer Value, enter the integer value. For the Java Initialization String, type in the code you want JBuilder to use in the code it generates.
For example, if the Resource String is Left, the Java initialization code might be FlowLayout.LEFT.
Note: If you want to include a string in Java initialization string, put quotation marks(") before and after the string, as if you were entering it in source code.
Remove Entry
Click Remove Entry to remove the selected row in the grid below.
Custom Editor Name
Enter the name of the custom editor you created to edit the property.
Support paintValue()
Check this option if your custom editor component paints itself.