Compare commits
No commits in common. "6ac02d3adf2135209217a400c383ebfb2f9f1f8d" and "892d02322247f289bd80f23cbc7e4a8134174de2" have entirely different histories.
6ac02d3adf
...
892d023222
@ -154,11 +154,8 @@ public class jffConnexion extends javax.swing.JFrame {
|
|||||||
|
|
||||||
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
|
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
|
||||||
String identifiant = "DIDIER";
|
String identifiant = "DIDIER";
|
||||||
String motPasse = "123";
|
|
||||||
|
|
||||||
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
|
if (jTFIdentifiant.getText() == identifiant){}
|
||||||
System.out.println("Gagner");
|
|
||||||
}
|
|
||||||
}//GEN-LAST:event_jBValiderActionPerformed
|
}//GEN-LAST:event_jBValiderActionPerformed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user