Dear Friends,
I have been struggling into a problem on my
java application and i need some help. I am trying to figure it out how to do it but i am not able to find a way and my brain now is off. What i have is some 2D arrays and each of them is rectangular and of the same size. So let say all are of the size (7X12). Those arrays we took from the method below AllSharesForFiles
So the method above gives me an ArrayList of 2d arrays.Now what i want is to create from these 2D arrays new 2D arrays in which first new 2D array will have all first rows of my previous 2D arrays , the second new 2D array will have all second rows of my previous 2D arrays and so on .
If somebody has an idea of how to achieve it i will really appreciate a lot.