Source pane
The Source pane of the AppBrowser provides a full-featured code editor. It gives you access to your source code and offers many powerful features such as:
- Multiple key bindings to emulate Brief, Epsilon, or standard Windows editors.
- Color syntax highlighting for both Java and HTML.
- Multiple and group Undo.
- A full range of editing commands.
You can customize the editing environment by using the Editor page of the Environment Options dialog box.
To get help on a Java class, click the class name. Then right-click and select Browse Keyword At Cursor. The source code for the class is displayed in the Source pane. The reference documentation is displayed in the Doc pane.
Right-click in the Source pane to see the Source pane popup menu.
See also:
Getting Started with JBuilder: The AppBrowser
Getting Started with JBuilder: The Editor