Login (ClientGUI): remove TODOs and append email to @author
authorEddie <dev@fun2be.me>
Mon, 8 Jun 2015 04:43:40 +0000 (05:43 +0100)
committerEddie <dev@fun2be.me>
Mon, 8 Jun 2015 04:43:40 +0000 (05:43 +0100)
src/uk/ac/ntu/n0521366/wsyd/client/Login.java

index a2f9409..d354c34 100644 (file)
@@ -26,7 +26,7 @@ package uk.ac.ntu.n0521366.wsyd.client;
 /**
  * Log-in dialog.
  * 
- * @author Eddie Berrisford-Lynch
+ * @author Eddie Berrisford-Lynch <dev@fun2be.me>
  */
 public class Login extends javax.swing.JDialog {
 
@@ -187,7 +187,6 @@ public class Login extends javax.swing.JDialog {
      * @param evt 
      */
     private void gButtonLoginMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_gButtonLoginMouseClicked
-        // TODO add your handling code here:
         ((ClientGUI)this.getOwner()).validateLogin(gFieldName.getText(), new String(gFieldPassword.getPassword()));
     }//GEN-LAST:event_gButtonLoginMouseClicked
 
@@ -196,12 +195,10 @@ public class Login extends javax.swing.JDialog {
     }//GEN-LAST:event_formWindowClosed
 
     private void formWindowClosing(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowClosing
-        // TODO add your handling code here:
         ((ClientGUI)this.getOwner()).loginAbort();
     }//GEN-LAST:event_formWindowClosing
 
     private void gButtonRegisterMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_gButtonRegisterMouseClicked
-        // TODO add your handling code here:
         ((ClientGUI)this.getOwner()).registrationProfileDialog();
     }//GEN-LAST:event_gButtonRegisterMouseClicked