class Main { public static void main(String[] args){ BombView view = new BombView(); view.init(); } }