Important Class Builder inserts @builder comment tags into your code. Because these comments are needed by Class Builder, you should avoid deleting them.
Select the .java file in Project Explorer that identifies the class you want to modify. On the View menu, point to Other Windows and click Class Builder.
-or-
Right-click the name of the class in Class Outline and click Class Builder on the shortcut menu.
When Class Builder is open, the Class Name box on the General tab displays the name of the class that will be modified. The following procedure shows how to change the selected class:
To change the selected class in Class Builder
On the General tab, click Select Class.
In the Select Class dialog box, select whether you want to view your classes in Project View or Class View. Project view displays a hierarchical list of the .java files in your solution, where each file node lists the names of the classes contained in that file. Class view displays a hierarchical list of class names.
Once you have chosen a view, select the name of the class you want to modify with Class Builder.