FileDocCategorySizeDatePackage
ChildShellExample3.javaAPI DocExample471Sat Oct 30 19:43:32 BST 2004None

ChildShellExample3.java

import org.eclipse.swt.widgets.*;

public class ChildShellExample3 {
    Display d = new Display();
        
    ChildShellExample3()    {    
        Shell s = new Shell(d);
        s.setSize(500,500);
        s.open();
        ChildShell cs1 = new ChildShell(s);
        System.out.println(