public void reset() {
   myTitleLabel.setText("'" + myElement.getName() + "' manifest properties:");
   myManifestNotFoundLabel.setText(
       "META-INF/MANIFEST.MF file not found in '" + myElement.getName() + "'");
   updateManifest();
 }