System.exit(0);
}
}//GEN-LAST:event_actFileExitActionPerformed
private void actHelpAboutActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_actHelpAboutActionPerformed
HelpFrameAbout about = new HelpFrameAbout();
about.setLocationRelativeTo(this);
about.setVisible(true);
}//GEN-LAST:event_actHelpAboutActionPerformed