Visual J++ provides several ways to create, modify, and manage your project's code. The topics and procedures in this section give you hands-on experience to help you explore the Text editor, Class Builder, Class Outline, and Object Browser.
Use the following table to learn more about the ways you can work with the files of a Visual J++ project. Select a feature you'd like to know more about from the left column. Clicking the link in the corresponding right column takes you to the supporting topics and procedures.
To | See |
Discover IntelliSense features of the integrated Text editor. Procedures in this topic include building statements with Word Completion, Parameter Info, and dynamic syntax checking. | Managing Files with the Text Editor |
Modify classes in existing files with Class Builder. Procedures in this topic include changing class attributes, choosing a superclass and the interfaces to be implemented, and managing the member variables, methods, properties, and events. | Modifying Code with Class Builder |
Manage your Java source files with Class Outline. Procedures in this topic include navigating to a definition, adding a new declaration, deleting a definition, and moving and copying a definition. | Managing Code with Class Outline |
Browse the contents of Java packages and COM libraries. Procedures in this topic include selecting the packages and libraries to be browsed, viewing classes and members, and filtering and grouping classes and members. | Browsing Packages and Libraries with the Object Browser |