Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraiyahSamantha committed Nov 4, 2023
2 parents a99d94c + a72eb37 commit 9acc9a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/UI/Login_Screen.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ public void createUI() {
JPasswordField txt_pass = new JPasswordField();
txt_pass.setBounds(240, 300, 200, 30);
txt_pass.setFont(f2);

txt_userId.setText("Arman");
txt_pass.setText("123");


JLabel lbl_forgetPass = new JLabel("forgot password");
lbl_forgetPass.setForeground(Color.BLUE.brighter());
lbl_forgetPass.setBounds(330, 340, 100, 30);
Expand Down

0 comments on commit 9acc9a4

Please sign in to comment.