Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //import javax.swing.JOptionPane;
- public class Bank {
- public static void main(String[] args) {
- //MethodClass methodClass = new MethodClass();
- //methodClass.createAccount();
- //methodClass.transaction();
- new GuiDisplay();
- }
- }
Add Comment
Please, Sign In to add comment