This figure shows the Create Java Class dialog. It contains the following fields:

The Optional Attributes area contains a box labeled Implements, and checkboxes labeled Constructors from Superclass, Implement Abstract Methods, and Main Method. The Constructors from Superclass and Main Method checkboxes are checked.

The Optional Attributes area also contains a subarea labeled Access Modifiers, with radio buttons labeled public and package protected. The public radio button is selected.

The Optional Attributes area also contains a subarea labeled Other Modifiers, with radio buttons labeled <None>, abstract, and final. The <None> radio button is selected.