Ravi Prakash wrote:

> HI everyone,
> 
> I will be getting column values in string format.
> I will use stringtokenizer to get the values for the columns.
> Then i will use setValue to set the value of a row and column.
> this works fine for a single row.
> 
> I will have a lot of datas in string format of which i have to populate
> the data.
> 
> could any one suggest how to do this.
> 
> thx in advance
> 
        You simple need to subclass AbstractTableModel, and provide 
implementations for the methods like getValueAt() & setValueAt().  It's 
very simple, as the value's can come from anuwhere.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to