Java question
Oct. 25th, 2006 01:05 amIs there any way for a Java application to display a dialogue box at the top of the window stack, rather than at the top of the stack of windows managed by the Java VM?
When I'm testing the app, quite often I open an editor, which appears large and on top of the app window, make some note about the behaviour I've observed, and close the app; it displays a 'do you really want to close' dialogue, which appears behind the editor window, and the app then appears to have crashed because it's waiting for me to respond to the dialogue I can't see.
When I'm testing the app, quite often I open an editor, which appears large and on top of the app window, make some note about the behaviour I've observed, and close the app; it displays a 'do you really want to close' dialogue, which appears behind the editor window, and the app then appears to have crashed because it's waiting for me to respond to the dialogue I can't see.