Code Style page (Project Properties dialog box)

The Code Style page of the Project Properties dialog box allows you to customize your coding style on a project-by-project basis.

To set coding style options for all new projects, use the Default Project Properties dialog box (Project|Default Project Properties).

Braces

Determines how braces are inserted.

Event Handling

Determines how event handlers are created.

Visibility of instance variables

Sets the default visibility level for instance variables. Choose from the drop-down list.

Use Beans.instantiate()

You can instantiate objects by using Beans.instantiate() as well as new.