Class Hierarchy   Index


BDE JAVA Version User Guide

Author: Hua Ren

Instructor: Professor Robert Lechner

Project: BDE2GIF

Class: 97s523

Department of Computer Science

University of Massachusetts at Lowell


BDE User Guide for Java Version

1. BDE Java Version:

The Block Diagram Edit (BDE) is a graphics user interface (GUI) based application developed in the Department of Computer Science, University of Massachusetts at Lowell leaded by Professor Robert Lechner. It is a powerful tool for generating data models graphically. The codes of BDE was originally written in C/C++. BDE Java version was derived from its C/C++ version. It was designed to run in both application mode and applet mode. This guide is primarily focus on the application mode.

2. Environment:

Compiling and running BDE Java version requires Java Development Kit (JDK) version 1.0.2. Current version does not work properly under JDK 1.1 and after.

BDE Java has been tested in following platforms with JDK 1.0.2 or compatible libs: Windows 95 (Win32 - should also works in Windows NT too), Linux/XFree, and DEC UNIX/X-window.

3. Files:

All source files are in $case/97s523/bde2gif/hren/java, documentation are in $case/97s523/bde2gif/hren/html.

4. Running BDE:

5. Drawing:

Use two groups of tools listed in the left side of the Drawing Canvas to draw a diagram. User can draw a diagram either on the current canvas or on the other ones by selecting Create + Graph.

About the detail, please read "BDE User Guide-Version 3.0". The path is

6. Open Data File:

BDE data file can be opened through main menu File/Open and the data will be automatically converted to a BDE graph on the Canvas.

7. Save Data File:

8. Print Graph to GIF File:

Both save procedures will name GIF files as data-file-nameHG#.gif, here data- file-name is the name of related BDE data file without extension of ".dat".

9. Print Graph to PS File:

Both save procedures will name PS files as data-file-nameHG#.ps, here data-file- name is the name of related BDE data file without extension of ".dat".