Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ProgressMonitor長い操作を処理するように設計されていますが、直接使用すると更新されません。
ProgressMonitor
Thread worker = new Thread() { @Override public void run() { //Code, that's freezing your gui }}; worker.start();