The Properties view shows the properties for the Java bean that
is selected in either the Design view or the Java Beans view. You can use
the Properties view to change the value of a given property.
Each property usually has a get and set method associated with it, and
the value of each property is shown in the Properties view. To see the full
list of properties, you might need to enlarge the property sheet by making
the workbench window larger, by dragging a border of the Properties view,
or double-clicking the Properties view tab.

The Properties view also includes several toolbar buttons that you can
use to customize the view or work with values:
- Show Categories - The properties for beans provided
with the visual editor for Java are not categorized.
- Show Advanced Properties - Click this button to
display more advanced properties for the Java bean.
- Restore Default Value - Click this button to change
the value of the selected property to the default value.
- Set the Active Property being Edited to Null -
For properties that can be set to Null, click this button to set the value
to Null.