コード例 #1
0
 public SwingWorker.StateValue getState() {
   return worker != null ? worker.getState() : SwingWorker.StateValue.PENDING;
 }