Answered You can hire a professional tutor to get the answer.
/* Name: Chandra Neopane Class: CSCl-1302 Section:120 Due Date: 26 January, 2016 */ import import import import java.*; java.event.*;...
Add following feature in the code attached below on the folder:
Continue with LAB1 and add the following features:
1) StudentID as "long" datatype
2) NO JPasswordField() usage.
3) Must put asterisk where password is typed to hide password.
3a) password minimum 10 characters.
3b) password no comma
3c) password one capitalized letter- required
3d) password one number- required
3e) password no blanks - required
4) MUST USE FILE "USERDATA.txt" given from me
4a) USERDATA.txt file will have three items: <username>,<password>,<studentid>
- Attachment 1
- Attachment 2