FileDocCategorySizeDatePackage
ShellStylesExample.javaAPI DocExample406Sat Oct 30 19:40:22 BST 2004None

ShellStylesExample

public class ShellStylesExample extends Object

Fields Summary
Constructors Summary
ShellStyles()

        Display d = new Display();
        Shell s = new Shell(d, SWT.CLOSE | SWT.RESIZE);
        s.setSize(300,300);
        s.open();
        while(!s.isDisposed()){
            if(!d.readAndDispatch())
                d.sleep();
        }
        d.dispose();
    
Methods Summary