Using a 2D Array in a Class Object - NullPointerException?

  aWallR = new boolean[nCell][nCell];
  aWallD = new boolean[nCell][nCell];  
2 Likes