Skip to content

Commit

Permalink
Merge pull request #1 from CodeWithDevesh/Account_Implementation
Browse files Browse the repository at this point in the history
Added Account Setter Class
  • Loading branch information
CodeWithDevesh authored Nov 7, 2020
2 parents 63eaf6b + 1a2bb0a commit 866d2f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/com/devesh/typingTutor/Accounts/AccountSetter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.devesh.typingTutor.Accounts;

import javax.swing.JFrame;

public class AccountSetter extends JFrame {


private static final long serialVersionUID = 1L;

}

0 comments on commit 866d2f7

Please sign in to comment.