/* 199 */ SwingWorker.this.finished();
/* */ }
/* */ };
/* 204 */ long msecs = getTimeout();
/* 205 */ if (msecs != 0L) {
/* 206 */ TimedCallable tc = new TimedCallable(function, msecs);
/* 207 */ tc.setThreadFactory(getThreadFactory());
/* 208 */ function = tc;
/* */ }
/* */
/* 211 */ this.result.setter(function).run();
/* 212 */ SwingUtilities.invokeLater(doFinished);