Peter Strunk Guest
|
Posted: Fri Nov 21, 2003 3:10 pm Post subject: Nested JDialog problems under OSX 10.2 |
|
|
Folks,
I've come across a strange problem using the 1.4.1 SDK under OSX Jaguar. If
I have JFrame which displays a modal JDialog, and then this JDialog in turn
brings up its own modal JDialog, the result is that at some later time,
after both of the dialogs have been dismissed, there will suddenly pop to
the foreground (unbidden mind you) a previously used dialog. It just sits
there not accepting any input from the user, and the only way to dismiss it
is to terminate the app.
Furthermore, when I place the menu bar at the top of the desktop (like a
good mac app should), the nested dialog issue also seems to render the menu
inactive.
Anyone see this? Anyone have a workaround for this?
- Peter
|
|