I am having troubles to convert an ArrayList of Object data to a multi-d array. The code below is the pseudo code:
Could anyone tell me how I could populate this array with the people's ArrayList?
I need this array because I'm trying to create a JTable using it's constructor JTable([][])
Thanks much appreciated