|
|
@ -53,7 +53,6 @@ public class OpenWorker<T> extends SwingWorker<T, Void> { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
protected T doInBackground() throws Exception { |
|
|
|
protected T doInBackground() throws Exception { |
|
|
|
TimeUnit.SECONDS.sleep(5); |
|
|
|
|
|
|
|
return this.callable.call(); |
|
|
|
return this.callable.call(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|