|
|
|||||||||||
|
|
||||||||||||
More Constructs : Setting the Available Space |
||||||||||||
Define an initializer.
|
||||||||||||
private final FacadeInitializer getParameters() {
FacadeInitializer theParameters = new FacadeInitializer(); |
theParameters.setFormattingWidth(INITIAL_SPACE); return theParameters; |
_facade = new AWTFacade(getParameters()); |
_facade.setFormattingWidth(_margin); |
Example
|
The Whole Program
Related Classes
and Methods
What Next ?
Tutorial |
Previous |
Current |
Next |
|
Comments or suggestions? Need some help? Copyright ©1998 INRIA Last updated 4 November 1998 by Bruno Conductier |
|