FIGUE
*Tutorial *Previous *Current *Next

More Visualization Mode : SWING

* Step by Step

Keep a reference to a SWING facade.
private SWINGFacade _facade;
Initialize the SWING facade.
_facade = new SWINGFacade();
Add the facade's AWT component to the layout.
getContentPane().add(_facade.getAwtComponent());
Initialize the resources and build the boxes.
initResources(_facade);
buildBox(_facade);
Free the resources when done.
_facade.disposeWhenInactive();

* Example

Accelerators :
home, end, page up, page down, left arrow,right arrow, up arrow, down arrow.
Autoscrolling :
drag the mouse inside the text area, approach a border or a corner, and wait.

* The Whole Program

* Related Classes and Methods

* What Next ?

Now you can :

*Tutorial *Previous *Current *Next

Comments or suggestions?
Need some help?
Copyright ©1998 INRIA
Last updated 4 November 1998 by Bruno Conductier
FIGUE