Doc pane

The Doc pane shows reference documentation for the java class that is currently displayed in the Source pane. It does not display documentation for the currently highlighted class.

To view the documentation for a class or method,

  1. In the Source pane, select a class name or method name, right-click, and choose Browse Symbol At Cursor.
    The Java source file for the class name or method name appears in the Source pane.
  2. Click the Doc tab, which displays reference documentation for the class that is currently in the Source pane.
  3. To return to your code, click at the top of the Navigation pane.
    To switch to the documentation again, click the Doc tab.

See also:
Getting Started with JBuilder: The AppBrowser