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).
Determines how braces are inserted.
Appends the opening brace to the end of the existing line.
Inserts the opening brace at the beginning of the following line.
Displays an example of the selected option.
Determines how event handlers are created.
Creates event handlers using anonymous inner classes.
Creates event handlers using separate adapter classes.
Creates event handlers using the existing method.
Displays an example of the selected option.
Sets the default visibility level for instance variables. Choose from the drop-down list: private
, package
, protected
, or public
.
You can instantiate objects by using Beans.instantiate() as well as new.
Resets everything to the state they were in when the dialog box was displayed.