mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 15:03:21 -04:00
dispose the error message dialog
This commit is contained in:
parent
abc404d523
commit
ee329195e9
@ -98,6 +98,7 @@ public class ErrorMessage implements Runnable {
|
|||||||
JDialog dialog = optionPane.createDialog(parent, Lang.get("error"));
|
JDialog dialog = optionPane.createDialog(parent, Lang.get("error"));
|
||||||
dialog.setAlwaysOnTop(true);
|
dialog.setAlwaysOnTop(true);
|
||||||
dialog.setVisible(true);
|
dialog.setVisible(true);
|
||||||
|
dialog.dispose();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user