I'm having a problem displaying a simple sheet in my Cocoa Java application. All I want to do is display a sheet with a progress bar that animates while I do some file loading. I've been able to use NSApplication.beginSheet() just fine. The problem is that NSApplication.endSheet() doesn't remove the sheet! I haven't yet dived in and created modal window sessions as it seems like overkill for displaying a simple sheet. Does anyone have any hints in this area?
Thanks!