View Single Post
  #4 (permalink)  
Old 03-26-2008, 05:24 PM
Bill Bill is offline
Member
 
Join Date: Mar 2008
Posts: 8
Bill is on a distinguished road
The fact is.......when i loop more than once in
Code:
for(int i=0;i<2;i++){ JTable table = new JTable(/*pass my new instance here*/); }
than the table take only the last loop to create my model in my table
Reply With Quote