()
| 435 | } |
| 436 | |
| 437 | public void run() { |
| 438 | if (mode == ARCHIVE) Jdotxt.archiveTodos(); |
| 439 | if (mode != REFRESH_GUI) Jdotxt.loadTodos(); |
| 440 | EventQueue.invokeLater(new Runnable() { public void run() { setTaskBag(Jdotxt.taskBag); } }); |
| 441 | } |
| 442 | } |
| 443 | |
| 444 | // Custom KeyDispatcher for global shortcuts |
nothing calls this directly
no test coverage detected