If your looking to store ints in a 2d array then print them, then dont use an array list. It seems to me by using an arraylist to store a 2d array you are over complicating the problem. The original...