|
8.13.1 Viewing the Generated Source
The AdventNet Bean Builder "Source" View can be invoked by clicking on the "Source" tab as shown in the below image.

The AdventNet Bean Builder can build applet, application, frame or panel from each screen. The corresponding source files are available in the Source editor which can be used by the developer to customize it. The source files are generated by simply switching over from "Screen" to "Source" tab. If the source files are already generated by other options the same can be seen in the Source editor.
If the selection is in "Source" tab , the left-side tree will list the set of methods, classes and variables that belongs to the Java file that is currently opened in the editor.

When the user clicks on the method the code corresponding to that method is highlighted in the editor. If the user clicks on a variable the code that corresponds to that variable is highlighted in the editor. This feature allows highlighting the members, classes and methods to review the source code.
To search for a particular method or variable or class, click on the left-side tree of the "Source" view and type in the beginning few letters of the searching keyword.
|