Moved setLayout into a task to fix a race condition when popping up the

cancel dialog
This commit is contained in:
ghidravore 2020-10-22 14:05:44 -04:00
parent ba80c729ec
commit 1c145dd781
4 changed files with 110 additions and 97 deletions

View file

@ -273,6 +273,7 @@ public class TaskMonitorComponent extends JPanel implements TaskMonitor {
* @return true if {@link #setIndeterminate(boolean)} with a value of <code>true</code> has
* been called.
*/
@Override
public boolean isIndeterminate() {
return isIndeterminate.get();
}