FileDocCategorySizeDatePackage
ChildShell.javaAPI DocExample215Sat Oct 30 19:41:08 BST 2004None

ChildShell

public class ChildShell extends Object

Fields Summary
Constructors Summary
ChildShell(Shell parent)

        Shell child = new Shell(parent);
        child.setSize(200,200);
        child.open();        
    
Methods Summary