Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package pokedex.start;
- import pokedex.controll.PokedexController;
- import pokedex.view.MainWindow;
- public class Main {
- public static void main(String[] args) {
- new PokedexController(new MainWindow("Pokedex"));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement