Compare commits

..

No commits in common. "892d02322247f289bd80f23cbc7e4a8134174de2" and "6b7bc3fc4967a0cedddcf268fc4125b5935ff7e5" have entirely different histories.

3 changed files with 0 additions and 27 deletions

View File

@ -1,13 +0,0 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package TEST;
/**
*
* @author emile.lalorcey
*/
public class test {
}

View File

@ -156,9 +156,6 @@
</Property>
<Property name="text" type="java.lang.String" value="Valider"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBValiderActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JLabel" name="jLLogo">
<Properties>

View File

@ -61,11 +61,6 @@ public class jffConnexion extends javax.swing.JFrame {
jBValider.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/valider.png"))); // NOI18N
jBValider.setText("Valider");
jBValider.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBValiderActionPerformed(evt);
}
});
jLLogo.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/logodetoure.gif"))); // NOI18N
@ -152,12 +147,6 @@ public class jffConnexion extends javax.swing.JFrame {
// TODO add your handling code here:
}//GEN-LAST:event_jPFmdpActionPerformed
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
String identifiant = "DIDIER";
if (jTFIdentifiant.getText() == identifiant){}
}//GEN-LAST:event_jBValiderActionPerformed
/**
* @param args the command line arguments
*/