Updated invokeAndWaitQuietly

This commit is contained in:
nathan 2016-10-04 23:26:49 +02:00
parent c7c400f206
commit db42214025

View File

@ -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() {