|
StructureBuilder is capable of importing existing
code and generating its corresponding class diagram. The procedure
is very simple:
- Create a new project file in SB or open an
existing project file.
- Create a new class diagram or select the class
diagram to which you wish to add the imported classes.
- Select "File/Open" and browse to the desired
files.
- Be sure the "Files of Type" selection is set to
"*.java".
- Select the files you desire (holding the Ctrl
key down while clicking will enable you to select multiple files).
- Click on "Open".
- SB will create and layout (usually not the way you want though) the
class diagram for those files.
|