I am getting an array of class object (named: store). I have to retrive some values from the store array and want to fill my JTable (Object[][] data) with those values. I have passed this array into a class in which i am planning to draw my user interface which includes the table too. So, my code looks likeI am getting an array of class object (named: s