Compare commits

..

No commits in common. "5d2faf0b4998441d5316f5dc80e88d3632b046ee" and "5abb621a8e67f57b6a857c890f7ff17beebc609f" have entirely different histories.

2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,9 @@
</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,6 +38,7 @@ 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);