Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] No dispose() in all Dialogs?

Because they are all modal, and the OS Dialog resource is created when you call open() and is disposed just before returning from open().
I think such questions should be asked on the newsgroup..
 
----- Original Message -----
Sent: Tuesday, March 15, 2005 12:53 PM
Subject: [platform-swt-dev] No dispose() in all Dialogs?

Hi,
 
I understand Dialogs represent build-in platform dialogs. But I donot understand why there's no "dispose()" method to dispose dialogs, which conflicts with SWT general rule "you new it, you must dispose it"?
 
Regards,
Yu
 
 

Back to the top