OKOKOK
This commit is contained in:
parent
35043c5d54
commit
5a923ab0f6
@ -6,6 +6,7 @@ package presentation;
|
|||||||
|
|
||||||
import acces_aux_donnes.praticienSQL;
|
import acces_aux_donnes.praticienSQL;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import javax.swing.JOptionPane;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -162,10 +163,9 @@ public class jffConnexion extends javax.swing.JFrame {
|
|||||||
praticienSQL testPraticien = new praticienSQL();
|
praticienSQL testPraticien = new praticienSQL();
|
||||||
ArrayList<String>lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
|
ArrayList<String>lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
|
||||||
if (lePraticien.get(0) != null){
|
if (lePraticien.get(0) != null){
|
||||||
System.out.print("TEST REUSSIE");
|
|
||||||
new jffFamilleMedoc().setVisible(true);
|
new jffFamilleMedoc().setVisible(true);
|
||||||
}else {
|
}else {
|
||||||
System.out.print("TEST EMILE RACISTE");
|
JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer");
|
||||||
}
|
}
|
||||||
}//GEN-LAST:event_jBValiderActionPerformed
|
}//GEN-LAST:event_jBValiderActionPerformed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user