Exemplo n.º 1
0
  public static void main(String[] args) {
    // gmae should run here

    setLookAndFeel();

    BomborMan run = new BomborMan();

    run.initMainMenu();

    //        Scanner input = new Scanner(System.in);
    //        input.nextInt();

  }