Popup menu for the Structure pane

The popup menu for the Structure pane has the following commands.

Any of these commands may appear on the popup menu when you are in the Project Browser mode, the Opened Browser mode, or the Directory Browser mode. The commands displayed depend on the AppBrowser mode and what type of file is selected.

See also:
Structure pane


Run

Runs your application without debugging it, using parameters specified in the Run/Debug page of the Project Properties dialog box.

An alternate way to perform this command is to click Run on the toolbar.

Files must be compiled before they can run. When you choose Run|Run, JBuilder automatically compiles the file or project before running it.

Use the Project Properties dialog box (File|Project Properties) to change compiler options. When working with partial projects, make sure that the Make Packages Stable option is unchecked.

See also:
Building Applications with JBuilder: Compiling Java programs


Make

Compiles any .java files within the selected node that have outdated or nonexistent .class files. Also compiles any of the node's imported files that the node depends on which have outdated or nonexistent .class files.

Make is faster than Rebuild once you have done the initial compiling.

See also:
Building Applications with JBuilder: Compiling Java programs


Rebuild

Compiles all .java files within the selected node, regardless of whether their .class files are outdated. Also compiles the imported files upon which the node depends, regardless of whether their .class files are outdated.

See also:
Building Applications with JBuilder: Compiling Java programs


Expand All

Expands all nodes in the current pane.


Collapse all

Collapses all nodes in the current pane to a single top-level node.


Activate Designer

Activates the designer appropriate for the selected component.


Rename

Renames the selected subcomponent and changes the instance variable in the current file to the new name.

Rename also changes the name in the class in which the subcomponent is declared and in any event classes created for the subcomponent.