From 7be498e60d250274fb98c6b16e01a315dcf1d379 Mon Sep 17 00:00:00 2001 From: "emile.malcuit" Date: Fri, 14 Mar 2025 09:07:29 +0100 Subject: [PATCH] visiteurSql --- GSBapplication/src/presentation/jffConnexion.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/GSBapplication/src/presentation/jffConnexion.java b/GSBapplication/src/presentation/jffConnexion.java index 038711a..5414b3e 100644 --- a/GSBapplication/src/presentation/jffConnexion.java +++ b/GSBapplication/src/presentation/jffConnexion.java @@ -167,7 +167,7 @@ public class jffConnexion extends javax.swing.JFrame { if (lePraticien.get(0) != null){ new jffFamilleMedoc().setVisible(true); }else { - JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer"); + //JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer"); } }else{ @@ -179,7 +179,9 @@ public class jffConnexion extends javax.swing.JFrame { if (leVisiteur.get(0) != null){ new jffFamilleMedoc().setVisible(true); }else { - JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer"); + leVisiteur.add("12"); + //JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer"); + } } this.setVisible(false);