From db4221402515372484690b0d26a5676da605af41 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 4 Oct 2016 23:26:49 +0200 Subject: [PATCH] Updated invokeAndWaitQuietly --- src/dorkbox/notify/Notify.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 733f50e..e02275f 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -266,7 +266,7 @@ class Notify { void show() { // must be done in the swing EDT //noinspection Convert2Lambda - SwingUtil.invokeAndWait(new Runnable() { + SwingUtil.invokeAndWaitQuietly(new Runnable() { @Override public void run() {