See also:
User's Guide: The main window
User's Guide: The Component Inspector
F1 Help: AppBrowser panes, tabs, and icons
F1 Help: The Debugger
Welcome: Shortcuts to key topics
Toolbar Icons
|
||
Icon | Menu Equivalent | Purpose |
|
||
![]() |
File|Open | Opens a project, file, or package. |
![]() |
File|Close | Closes the active window. |
![]() |
File|Save File | Saves the active file. |
![]() |
File|Save Project | Saves the current project and all changed files that are shown in the project tree. |
![]() |
Edit|Undo | Reinserts any characters you deleted, deletes any characters you inserted, replaces any characters you overwrite, or moves your cursor back to its prior position. |
![]() |
Edit|Redo | Reverses the effects of an Undo. |
![]() |
Search|Find | Searches for text within the active file. |
![]() |
Search|Replace | Replaces specified text with other specified text in the current file. |
![]() |
Search|Search Again | Finds the next occurrence of a search string in the current file. |
![]() |
Search|Browse Symbol | Loads the specified class into the AppBrowser. The class must be on the imports path of the current file. |
![]() |
Run|Run | Compiles and runs your application using the startup parameters in the Parameters dialog box. |
![]() |
Run|Debug | Compiles your program and runs it in the Debugger using the startup parameters in the Parameters dialog box. |
![]() |
Build|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. |
![]() |
Build|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. |