Merge pull request 'Test git' (#8) from MedhiJava into main

Reviewed-on: #8
This commit is contained in:
medhi.rodrigues 2025-03-12 10:24:51 +01:00
commit 5d2faf0b49
2 changed files with 0 additions and 4 deletions

View File

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

View File

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