Пример #1
0
 private void btnexaminarActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_btnexaminarActionPerformed
   Seleccion o = new Seleccion();
   o.ResetFiltros();
   File file = o.guardar(this);
   if (file != null) {
     String cad = file.getAbsolutePath();
     txtruta.setText(cad);
   }
 } // GEN-LAST:event_btnexaminarActionPerformed