this.bindKeys();
this.buttonPanel.bindKeys(Principal.this);
}//GEN-LAST:event_formWindowOpened
private void formWindowClosing(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowClosing
MenuHandler menuHandler = new MenuHandler(MenuActions.ACT_EXIT);
menuHandler.executeAction();
}//GEN-LAST:event_formWindowClosing