Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] blocking Shell or Dialog

Is there a way to make Shell (dialog) be blocking?
Just like Swing's JDialog

for example:

BlockingShell blockingShell = new BlockingShell(shell)
blockingShell.open() //this method blocks the thread

//methods below would not execute until the
BlockingShell is closed.
System.out.println("printed after the blockingShell is
closed")

thanks,

bryan 

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


Back to the top