Changeset 151 for trunk/tests/SWT/java


Ignore:
Timestamp:
Jun 15, 2009, 11:36:17 PM (16 years ago)
Author:
lpino
Message:
  • Implementation of setSelection and getSelection methods
File:
1 edited

Legend:

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

    r149 r151  
    3737            scaleV.setBounds(0, 50, 50, 100);
    3838//
    39 //            System.out.println("Min: " + scaleH.getMinimum());
    40 //            System.out.println("Max: " + scaleH.getMaximum());
     39            System.out.println("Increment: " + scaleH.getIncrement());
     40            scaleH.setSelection(11);
     41            System.out.println("Get Selection: " + scaleH.getSelection());
    4142
    4243            shell.pack();
Note: See TracChangeset for help on using the changeset viewer.