Package client

Examples of client.User


    private void jTextField6ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jTextField6ActionPerformed
        // TODO add your handling code here:
    }//GEN-LAST:event_jTextField6ActionPerformed

    private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed
         User user1=new User("","","","","",0,0,"","")// Hit Cancel - returns to Login
        Login s=new Login(user1,"");
             this.setVisible(false);
             s.setVisible(true);
            
         
View Full Code Here

TOP

Related Classes of client.User

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.