Esempio n. 1
0
  private void jMenuItem4ActionPerformed(
      java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jMenuItem4ActionPerformed
    // TODO add your handling code here:
    String args[] = null;
    VentanaInicio.main(args);

    this.dispose();
  } // GEN-LAST:event_jMenuItem4ActionPerformed
Esempio n. 2
0
 @Override
 public void windowClosing(WindowEvent e) {
   dispose();
   GestorSesion.getGestor().cerrarSesion();
   VentanaInicio.getVentanaInicio().setVisible(true);
 }