mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -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"));
|
||||
dialog.setAlwaysOnTop(true);
|
||||
dialog.setVisible(true);
|
||||
dialog.dispose();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user