|
|
|
|
More Constructs : Measures and Units
|
|
Step by Step
Use an explicit measure instead of a simple integer.
|
theLine = new Horizontal(new Measure(INTERWORD,
UnitInterface.PIXEL));
theLine = new Horizontal(new Measure(INTERWORD,
UnitInterface.BLANK_TENTH)); |
|
|
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.
|
|
|
Related Classes
and Methods
|
|
|
What Next ?
Now you can :
|
|
|
|
|
|
|
|
|