We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2439a55 commit bb73f4cCopy full SHA for bb73f4c
src/main/java/org/scijava/ui/swing/SwingDialog.java
@@ -267,9 +267,9 @@ public int show() {
267
}
268
dialog.setVisible(true);
269
270
- // NB: surprisingly explicit dispose() required for modal dialogs to not
271
- // hang up program exit. and even more surprising that it's not needed for
272
- // modeless cases (like B&C). But testing bears this out.
+ // NB: Surprisingly, an explicit dispose() is required for modal dialogs
+ // to not hang up program exit. Even more surprisingly, it's not needed
+ // for modeless cases (like B&C).
273
274
// clean up the dialog afterwards
275
if (modal) dialog.dispose();
0 commit comments