Advertisement
xlrnxnlx

Main | Feeh/iFlash/Beats Leecher

May 18th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. package pokedex.start;
  2. import pokedex.controll.PokedexController;
  3. import pokedex.view.MainWindow;
  4.  
  5. public class Main {
  6.     public static void main(String[] args) {
  7.         new PokedexController(new MainWindow("Pokedex"));
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement