Skip to content

Commit

Permalink
Update DashBoard.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeaan authored Jan 1, 2021
1 parent ebf2d0a commit 3e5e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DashBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class DashBoard extends javax.swing.JFrame {
String UserName=LogIn.jTextField1.getText();
public DashBoard(){
initComponents();
//This will extract time from the system
//This will extract time from the computer system
Date Current=new java.util.Date();
SimpleDateFormat date=new SimpleDateFormat("HH:mm");
try
Expand Down

0 comments on commit 3e5e62f

Please sign in to comment.