}//GEN-LAST:event_updateMKB10ActionPerformed
private void btValidateMKB10ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btValidateMKB10ActionPerformed
try {
DirectoryMKB10 dir = DirectoryLocator.getDirectory(DirectoryMKB10.class);
dir.validate();
}
catch (ParseException ex) {
MessageBox.showExceptionOnly(ex);
}
catch (ClipsException ex) {