Compare commits
2 Commits
239902c078
...
ba7e7c4b9b
Author | SHA1 | Date | |
---|---|---|---|
ba7e7c4b9b | |||
892d023222 |
@ -154,8 +154,11 @@ 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() == identifiant){}
|
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
|
||||||
|
System.out.println("Gagner");
|
||||||
|
}
|
||||||
}//GEN-LAST:event_jBValiderActionPerformed
|
}//GEN-LAST:event_jBValiderActionPerformed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user