1st Meeting MIDTERM in Java 2
1st Meeting MIDTERM in Java 2
NetBEans IDE can be installed on all operating systems that support Java, from Windows to Linux to Mac OS
systems. Write Once, Run Anywhere, is as true for NetBeans IDE as it is for your own applications.. because NetBeans IDE
itself is written in Java, too!
The NetBeans community is large and active; many users are developing new plugins all the time because NetBeans
IDE is extensible and has well-documented APIs. Are you missing a feature in NetBeans IDE? Create a plug in that fills the
gap and participate in making NetBeans even better than it already is!
Project Management
NetBeans IDE provides a variety of views on your data, from multiple project windows to file and hierarchy views,
letting you drill down into your data quickly and easily.
Project Views
The Projects window is the main entry point to your project sources. It shows a logical view of important project
content.
In addition to the Projects window, the IDE provides the Files window, so that you can see all the files that belong to
a project, and the Favorites windw, where you can add folders and files so that they can be browsed within the IDE.
File Views
The Navigator Window provides a compact view of the currently selected file and simplifies navigation between
different parts of the file.
For example, for Java files, the Navigator window shows a list of constructors, methods, and fields, while for HTML
and CSS files it shows the logical structure of the selected document.
Hierarchy Views
The Hierarchy window displays the Supertypes and Subtypes of the currently selected Java file or the currently
selected Java type under the cursor in the editor.
The Hierarchy window integrates with the Navigator window and the Javadoc window, so that you can easily see the
elements of the selected item, as well as its Javadoc.