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
|
||||
String identifiant = "DIDIER";
|
||||
String motPasse = "123";
|
||||
|
||||
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
|
||||
System.out.println("Gagner");
|
||||
}
|
||||
if (jTFIdentifiant.getText() == identifiant){}
|
||||
}//GEN-LAST:event_jBValiderActionPerformed
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user