mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
toString()
This commit is contained in:
@@ -415,4 +415,9 @@ public class ProgressWindow extends ProgressIndicatorBase implements BlockingPro
|
||||
myDialog.enableCancelButtonIfNeeded(enable);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getTitle() + " " + System.identityHashCode(this) + ": running="+isRunning()+"; canceled="+isCanceled();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user