public SignUpDialogBox()
 {
     userTxtBox.attach(this);
     pwdTxtBox.attach(this);
     termschkbox.attach(this);
 }