Community
Participate
Working Groups
* only closes the dialog if there are no currently running runnables.
*/
public boolean close() {
if (getNestingDepth() <= 0) {
clearCursors();
return super.close();
}
return false;
/**