Compare commits

...

2 Commits

Author SHA1 Message Date
5d2faf0b49 Merge pull request 'Test git' (#8) from MedhiJava into main
Reviewed-on: #8
2025-03-12 10:24:51 +01:00
medhi.rodrigues
c26fd27d41 Test git 2025-03-12 10:23:54 +01:00
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);