PAs de doc 3
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user