Thread
:
Create different instance of a tablemodel
View Single Post
#
4
(
permalink
)
03-26-2008, 05:24 PM
Bill
Member
Join Date: Mar 2008
Posts: 8
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
Bill
View Public Profile
Send a private message to Bill
Find all posts by Bill