esmith08734
Member
Swing is killing me, man. Can someone offer some tips?
I am trying to convert an ArrayList to an array so I can populate a table. My approach is this: every 22 elements, I want to populate a row in the table. However, it's not quite working. One failed attempt had me generate all of the result set but only in the first element of the table, the rest of the columns were blank. Next, my table was repeating the first row over and over, or, the first 22 elements rather than adding a new row after the 22nd element. Any advice?
Also, can I use a thread to update a table periodically, rather than doing it in one lump sum?
I am trying to convert an ArrayList to an array so I can populate a table. My approach is this: every 22 elements, I want to populate a row in the table. However, it's not quite working. One failed attempt had me generate all of the result set but only in the first element of the table, the rest of the columns were blank. Next, my table was repeating the first row over and over, or, the first 22 elements rather than adding a new row after the 22nd element. Any advice?
Also, can I use a thread to update a table periodically, rather than doing it in one lump sum?