The File menu contains commands for creating and opening projects, creating and opening files, closing and saving files and projects, printing files, and exiting JBuilder.
Choose one of the following commands for more information.
Opens the New page of the object gallery where you choose the type of file to create.
Each icon in the object gallery displays a wizard to help you quickly create the project or file. Once created, the new project or file is displayed in the project pane.
See also
Displays the Project wizard, where you create a JBuilder project file: .jpr
or .jpx
(XML-formatted). You can optionally give your project a title and attach an author name and description to the project.
See also
Creates a new Java source file within a project using the Class wizard.
Displays the Open dialog box where you browse and choose the name of an existing project to open. Only project files are visible in the Open dialog box. Opening a project displays the project and its files in the project pane.
You can open multiple files and projects in the same AppBrowser, but only one project is current. To switch to another open file, click its tab in the content pane. To switch to another open project, select another project from the drop-down list on the project toolbar or from the Window menu.
See also
Displays the Open dialog box where you can browse to select the file you want to open.
Opening a file or package displays it in the structure pane and its contents in the content pane.
Note: Opening a file or package does not add it to the current project. Use the Add Files/Packages button on the project toolbar to add it to your project.
Displays a list of previously opened files or projects. Select the one you want to open from the list.
This is a feature of JBuilder Enterprise.
Lets you compare two files next to each other or in diff mode.
Uses two initial dialog boxes:
Once you've selected the files to compare, the Compare Files dialog box opens. Right-click a file in Source view to reload or save it.
Displays the Close Projects dialog box. Select any projects you want to close and click OK. Before closing any changed files, JBuilder prompts you to save any changes.
Closes the file currently selected in the content pane.
Before closing any changed files, JBuilder prompts you to save any changes.
Closes all the files except the file currently selected in the content pane.
Before closing any changed files, JBuilder prompts you to save any changes.
Displays the Close dialog box. Select any files you want to close and click OK.
Before closing any changed files, JBuilder prompts you to save any changes.
Reverts to previously saved version of the file.
Saves the current project and all files in that project to their existing names.
Displays the Save dialog box where you can save the current project and all files in that project. You may specify a new name in the File Name field and browse to a new location for the project.
Stores changes made to the active file using the current name. The date/time stamp indicates the time of last edit, not the time of last save.
Opens a Save As dialog box where you can enter a new name for the file or save the existing file to a new directory. You can also set options to remove, delete, or save the file to the project.
Saves all open projects and files, using the current names.
See also
Opens the Rename dialog box where you enter a new name for the file.
Opens the Page Layout dialog box where printing options can be set for the Java class or source file.
Prints the selected source file.
Closes any open projects and files and then closes JBuilder. If you exit JBuilder before saving your changes, JBuilder prompts you to save them. It is recommended that you use File|Save All before exiting.