PAs de doc 3

This commit is contained in:
medhi.rodrigues
2025-03-13 10:27:03 +01:00
parent bdef3c80bf
commit 38812a33fb
7 changed files with 11 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
*/
package presentation;
import acces_aux_donnes.praticienSQL;
import acces_aux_donnes.PraticienSQL;
/**
*
@@ -158,7 +158,7 @@ public class jffConnexion extends javax.swing.JFrame {
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
String identifiant = jTFIdentifiant.getText();
String mdp = String.valueOf(jPFmdp.getPassword());
praticienSQL testPraticien = new praticienSQL();
PraticienSQL testPraticien = new PraticienSQL();
String [] lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
if (lePraticien[0] != null){
System.out.print("TEST REUSSIE");