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

DialogExample.java

import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.*;

public class DialogExample extends Dialog {    
    DialogExample(Shell parent)
    {
        super(parent);        
    }
    public String open()
    {
        Shell parent = getParent(); 
        Shell dialog = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL); 
        dialog.setSize(100,100);
        dialog.setText(