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

ChildShellExample3

public class ChildShellExample3 extends Object

Fields Summary
Display
d
Constructors Summary
ChildShellExample3()

        
            
        Shell s = new Shell(d);
        s.setSize(500,500);
        s.open();
        ChildShell cs1 = new ChildShell(s);
        System.out.println(