Changeset 155 for trunk/tests/SWT/java


Ignore:
Timestamp:
Jun 17, 2009, 3:52:31 AM (16 years ago)
Author:
lpino
Message:
  • Scale implementation is complete
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/SWT/java/SWT009_09.java

    r154 r155  
    4141            System.out.println("Get Selection: " + scaleH.getSelection());
    4242           
     43            Point p = scaleV.computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
     44            System.out.println("width = " + p.x + " hight = " + p.y);
     45           
     46            scaleH.setMaximum(800);
     47           
    4348            scaleH.addListener(SWT.Selection, new Listener() {
    4449              public void handleEvent(Event event) {
Note: See TracChangeset for help on using the changeset viewer.