/** @return a diagnostic String */
 @Override
 public String toString() {
   return "MapCheckerFrame showing: " + label.getText();
 }