NetBeans IDE
NetBeans IDE
Tal Maoz
Na’ama Zahavi
Agenda
Introduction to IDE
NetBeans History & Overview
NetBeans Matisse
How To Get Started
Detailed Demos
Introduction to IDE
An Integrated Development
Environment is a computer software
to help computer programmers develop
software.
The Leaders:
- NetBeans
- Microsoft Visual Studio
- Eclipse
.Introduction to IDE- cont
What does an IDE consist of:
- Source code Editor.
Optional Tools:
- Debugger.
- Class Browser.
1. Starting up a project
2. Creating and editing java source code
3. Compiling and running a project
4. Testing and debugging a project
Starting Up A Project
Creating a new project: in the file menu choose
“new project” and look at the possibilities.
.Starting Up A Project - Cont
When creating a new project, NetBeans already
includes all the needed packages for compiling and
testing. It also outlines the sources by the right
logical directories and creates the files that are
mandatory. For instance, if you create a new java
application you must implement a main class and so
it’s automatically created.
Editing and Refactoring
When editing a code you can see the difference
between the old version and the new version when
using the Code Completion tool.