Compare commits
No commits in common. "ba7e7c4b9b726023c22ec529e7e3f2be1073cc16" and "239902c0789f9e55ecad37529f537a34be6d05a7" have entirely different histories.
ba7e7c4b9b
...
239902c078
@ -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