This commit is contained in:
medhi.rodrigues 2025-03-13 14:39:55 +01:00
parent 35043c5d54
commit 5a923ab0f6

View File

@ -6,6 +6,7 @@ package presentation;
import acces_aux_donnes.praticienSQL;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
*
@ -162,10 +163,9 @@ public class jffConnexion extends javax.swing.JFrame {
praticienSQL testPraticien = new praticienSQL();
ArrayList<String>lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
if (lePraticien.get(0) != null){
System.out.print("TEST REUSSIE");
new jffFamilleMedoc().setVisible(true);
}else {
System.out.print("TEST EMILE RACISTE");
JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer");
}
}//GEN-LAST:event_jBValiderActionPerformed