Test git
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user