Jvais me tuer la doc

This commit is contained in:
medhi.rodrigues
2025-03-12 15:54:23 +01:00
parent cd8af9940d
commit 20497f31d3
4 changed files with 14 additions and 34 deletions

View File

@@ -157,12 +157,12 @@ public class jffConnexion extends javax.swing.JFrame {
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
String identifiant = jTFIdentifiant.getText();
String motPasse = jPFmdp.getText();
String mdp = String.valueOf(jPFmdp.getPassword());
praticienSQL testPraticien = new praticienSQL();
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
System.out.println("Gagner");
}
String [] lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
if (lePraticien[0] != null){
System.out.print("TEST REUSSIE");
}
}//GEN-LAST:event_jBValiderActionPerformed
/**