Re: Using NSApplication.endSheet() in the Java API
Re: Using NSApplication.endSheet() in the Java API
- Subject: Re: Using NSApplication.endSheet() in the Java API
- From: Ed Baskerville <email@hidden>
- Date: Sun, 3 Feb 2002 12:15:07 -0500
On Saturday, February 2, 2002, at 02:47 PM, Jake MacMullin wrote:
However, I can't get the sheet to go away!!
An unfortunate omission in the documentation that I too had to ask help
for:
you need to call mySheet.orderOut(this) after calling endSheet.
--Ed Baskerville