April 2007
Beginner to intermediate
640 pages
13h
English
NetBeans includes support for multiview editors. A multiview editor is an editor component that contains a toolbar with buttons to switch between multiple views of a single file. If you have used the GUI Builder to edit Swing components in the NetBeans IDE, you have already seen a multiview editor in action. One view of the program is the Java source code for the file being edited; the other is the drag-and-drop editor that allows you to visually design the component. Both are editors working with the same file. When a file is modified in one view, the changes are immediately visible in the other. Multiview editors should be bidirectional, so that any change in one view of the file is seamlessly ...
Read now
Unlock full access