Changeset 257 for trunk/tests/SWT
- Timestamp:
 - Sep 30, 2010, 8:30:21 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tests/SWT/java/SWT009_07.java (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tests/SWT/java/SWT009_07.java
r184 r257 15 15 import org.eclipse.swt.widgets.*; 16 16 import org.eclipse.swt.layout.FillLayout; 17 import org.eclipse.swt.layout.GridLayout; 18 import org.eclipse.swt.layout.GridData; 17 19 import org.eclipse.swt.graphics.*; 18 20 … … 24 26 DESC = "Group"; 25 27 } 28 29 final static String imageDir = System.getProperty ("user.dir") + "/tests/SWT/images/"; 26 30 27 31 Shell createTopShell(Display display) { … … 31 35 32 36 void initComponents() { 37 final Class clazz = SWT009_07.class; 33 38 shell.setText("Hello World Group"); 34 39 shell.setSize(290, 200); … … 70 75 // 71 76 72 shell.open(); 73 77 shell.open(); 74 78 } 75 79  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  