Rename... |
Renames the currently selected class file. Any references to the old name in the code will be replaced with the new name. |
Revert to Saved |
Reloads the class file from the last saved copy. Any unsaved changes will be lost. |
Delete |
Deletes the selected class file, directory or other progeramming asset from the current directory. |
View Javadoc |
Generates and displays the Javadoc for the selected class. If the Option (or Alt) key is down when invoked, Javadoc is generated for all classes in the current directory. |
Compile All |
Compiles all classes in the current directory. If any files have unsaved changes, they are saved before compiling. |
Compile |
Compiles the currently selected class file. If it has unsaved changes, they are saved before compiling. |
Run/Stop |
Runs or stops the currently selected class. When a class is run, the Display tab is automatically selected. If the class is an applet, a dialog is shown allowing you to set the applets parameters. |
Print... |
Prints the currently selected class. What is printed depends upon which tab is currently selected. |