File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
import java .awt .event .ActionEvent ;
9
9
import java .awt .event .ActionListener ;
10
10
import java .io .File ;
11
-
11
+ /** This is the screen on which the user enters his credentials in order to login **/
12
12
public class UserLoginUI implements ActionListener {
13
13
14
14
private JTextField credentialText ;
Original file line number Diff line number Diff line change 8
8
import java .awt .event .ActionEvent ;
9
9
import java .awt .event .ActionListener ;
10
10
11
+ /** This is the screen in which the user chooses to either register or login. **/
11
12
public class LoginRegisterScreen implements ActionListener {
12
13
13
14
JButton login = new JButton ("login" );
Original file line number Diff line number Diff line change 9
9
import java .awt .event .ActionListener ;
10
10
import java .io .File ;
11
11
import java .util .Random ;
12
-
12
+ /** This is screen on which the User enters his credentials in order to login**/
13
13
public class UserRegistrationUI implements ActionListener {
14
14
private final UserDatabase database ;
15
15
private JLabel registrationSuccess ;
You can’t perform that action at this time.
0 commit comments