This commit is contained in:
medhi.rodrigues 2025-03-12 10:23:54 +01:00
parent 5abb621a8e
commit c26fd27d41
2 changed files with 0 additions and 4 deletions

View File

@ -81,9 +81,6 @@
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jTFIdentifiant">
<Properties>
<Property name="text" type="java.lang.String" value="jTextField1"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTFIdentifiantActionPerformed"/>
</Events>

View File

@ -38,7 +38,6 @@ public class jffConnexion extends javax.swing.JFrame {
jLabel1.setText("Bonjour veuillez vous identifier");
jTFIdentifiant.setText("jTextField1");
jTFIdentifiant.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jTFIdentifiantActionPerformed(evt);