Well as the title says.
I have a .txt with things like:
.
[Without the quotes]
It is a list of 4 elements per row, and 150 rows.
I imagine adding it to an array or arrayList, but I do not know how to read the .txt to go adding each element to each index of the array.
If there is a better method to do it [fill the arrangement] then welcome suggestions. I can also change the source of my data, if a txt is very complicated, or primitive, or there is some better way, go ahead, I chose a txt because I figured it could be easier.