FileDocCategorySizeDatePackage
DialogExample.javaAPI DocExample650Sat Oct 30 19:44:06 BST 2004None

DialogExample

public class DialogExample extends Dialog

Fields Summary
Constructors Summary
DialogExample(Shell parent)

        super(parent);        
    
Methods Summary
public java.lang.Stringopen()

        Shell parent = getParent(); 
        Shell dialog = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL); 
        dialog.setSize(100,100);
        dialog.setText(