Ejemplo n.º 1
0
 private void jButton3MouseClicked(
     java.awt.event.MouseEvent evt) { // GEN-FIRST:event_jButton3MouseClicked
   try {
     ServiceHb helper = new ServiceHb();
     helper.iniciarTransaccion();
     helper.eliminarObjeto(c);
     helper.confirmarTransaccion();
     helper.cerrarSesion();
     c1.setText(null);
     c2.setText(null);
     c = null;
     llenarreportes();
   } catch (Exception io) {
   }
 } // GEN-LAST:event_jButton3MouseClicked