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();