Bugs item #573931, was opened at 2002-06-26 03:38
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=573931&group_id=44253
Category: User interface
Group: Crashes
Status: Open
Resolution: None
Priority: 6
Submitted By: Charles Reis (csreis)
Assigned to: Charles Reis (csreis)
Summary: Closing some dialogs crashes DrJava
Initial Comment:
Some of the dialogs, such as the prompt to save all
documents before compiling, check to see that a valid
code is returned from the JOptionPane. If not, they
throw a RuntimeException. Many of them don't check if
CLOSED_OPTION or CANCEL_OPTION is returned, though, so
closing the dialog window (or hitting escape) will
cause a crash.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=573931&group_id=44253
|