NB52053

Untitled

Jul 22nd, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. //import javax.swing.JOptionPane;
  2.  
  3. public class Bank {
  4.  
  5.     public static void main(String[] args) {
  6.  
  7.             //MethodClass methodClass = new MethodClass();
  8.         //methodClass.createAccount();
  9.         //methodClass.transaction();
  10.         new GuiDisplay();
  11.  
  12.     }
  13.  
  14.  
  15.  
  16. }
Add Comment
Please, Sign In to add comment