Changeset 149 for trunk/tests/SWT/java


Ignore:
Timestamp:
Jun 9, 2009, 9:05:52 PM (16 years ago)
Author:
lpino
Message:
  • First working examples with correct initial styles
File:
1 edited

Legend:

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

    r148 r149  
    3232        void initComponents() {
    3333            Scale scaleH = new Scale(shell, SWT.NULL);
    34 //            Scale scaleV = new Scale(shell, SWT.VERTICAL);
     34            Scale scaleV = new Scale(shell, SWT.VERTICAL);
    3535//
    36 //            scaleH.setBounds(0, 0, 100, 50);
    37 //            scaleV.setBounds(0, 50, 50, 100);
     36            scaleH.setBounds(0, 0, 100, 50);
     37            scaleV.setBounds(0, 50, 50, 100);
    3838//
    3939//            System.out.println("Min: " + scaleH.getMinimum());
Note: See TracChangeset for help on using the changeset viewer.