FileDocCategorySizeDatePackage
ChildShellExample.javaAPI DocExample416Sat Oct 30 19:41:48 BST 2004None

ChildShellExample

public class ChildShellExample extends Object

Fields Summary
Display
d
Constructors Summary
ChildShellExample()

    
    
            
        Shell s = new Shell(d);
        s.setSize(500,500);
        s.open();
        ChildShell cs = new ChildShell(s);
        while(!s.isDisposed()){
            if(!d.readAndDispatch())
                d.sleep();
        }
        d.dispose();
    
Methods Summary