Changeset 257 for trunk/tests/SWT/java


Ignore:
Timestamp:
Sep 30, 2010, 8:30:21 PM (15 years ago)
Author:
lpino
Message:
  • Sync
File:
1 edited

Legend:

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

    r184 r257  
    1515import org.eclipse.swt.widgets.*;
    1616import org.eclipse.swt.layout.FillLayout;
     17import org.eclipse.swt.layout.GridLayout;
     18import org.eclipse.swt.layout.GridData;
    1719import org.eclipse.swt.graphics.*;
    1820
     
    2426                DESC = "Group";
    2527        }
     28       
     29        final static String imageDir = System.getProperty ("user.dir") + "/tests/SWT/images/";
    2630
    2731        Shell createTopShell(Display display) {
     
    3135
    3236        void initComponents() {
     37            final Class clazz = SWT009_07.class;
    3338            shell.setText("Hello World Group");
    3439            shell.setSize(290, 200);   
     
    7075            //
    7176           
    72             shell.open();
    73                
     77            shell.open();             
    7478        }
    7579
Note: See TracChangeset for help on using the changeset viewer.