Example #1
0
  private void btnLimpiarActionPerformed(
      java.awt.event.ActionEvent evt) { // GEN-FIRST:event_btnLimpiarActionPerformed
    // TODO add your handling code here:
    System.out.println(profile.getProCode());

    formManager.setDefaultFormStatus();
    resultList = searchAll();
    fillTable(resultTable);
    formManager.setDefaultFormStatus();
    GeneralFunctions.resetProperties(profile);
  } // GEN-LAST:event_btnLimpiarActionPerformed