Compare commits

...

2 Commits

Author SHA1 Message Date
6ac02d3adf Merge pull request 'hello' (#11) from jave.Emile into main
Reviewed-on: #11
2025-03-12 11:39:29 +01:00
ba7e7c4b9b hello 2025-03-12 11:38:47 +01:00

View File

@ -154,8 +154,11 @@ 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() == identifiant){}
if (jTFIdentifiant.getText().equals(identifiant) && jPFmdp.getText().equals(motPasse)){
System.out.println("Gagner");
}
}//GEN-LAST:event_jBValiderActionPerformed
/**