diff --git a/GSBapplication/src/presentation/jffConnexion.java b/GSBapplication/src/presentation/jffConnexion.java index 7759f80..13a50dd 100644 --- a/GSBapplication/src/presentation/jffConnexion.java +++ b/GSBapplication/src/presentation/jffConnexion.java @@ -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(); ArrayListlePraticien = 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