Project Menu
- New Project... - close the current project and create a new one.
- Open Project... - close the current project and open another existing project.
- Save Project - save the current IDE state, including the project settings. The files themselves are not saved.
- Compile Project - compile all of the sources currently listed under the Project tab in the Explorer.
- Build Project - force compilation of all classes currently listed under the Project tab in the Explorer., whether current or not.
- Set Main Class... - set the main class to be executed when executing the project as a whole.
- Execute Project - execute the project.
- Debug Project - start the Debugger on the main class of the project
- Import Project... - import a project developed in another IDE.
- Settings - open the Project Settings window.
Contents | Prev | Next | Index |