Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Window System is a framework provided by the NetBeans Platform. It is responsible for the administration and display of all application windows and allows the user to customize the layout of the user interface.
Tip The registration of windows now works with annotations, making the development of NetBeans Platform applications not just easier, but also more independent of the NetBeans IDE.
The basic structure of the visual window system is document based . That means the central section—that is, the editor section—is all about the display of several files in tabs. Different windows can be placed in variant areas around the editor area, the view areas (see Figure 10-1). Usually, these are supporting windows that offer edit functionality to the documents. In the case of the NetBeans IDE, for example, these windows provide the structure of the project, the Properties dialog, and the Output window. These three are located around the editor area.