hi friends i am storing livedata in a file.from that i have to fetch approriate data for a particular rows and columns.i have to display on table in a periodic interval. plz anyone can helpme in this .thanx in advance.plz give me if u have code also. thanx regards siva
Vidyadhar Hegde
Greenhorn
Joined: Oct 24, 2000
Posts: 11
posted
0
Hi Siva, What type of the file are you using? If it is from database file I do have the answer.
Selva P
Greenhorn
Joined: Oct 24, 2000
Posts: 11
posted
0
hai, you can use DefaultTableModel for this purpose. Override methods like getColumnCount(), getRowCount(), getValueAt(). you should implement this metods with code necessary for retreving from the file and returning some values as per the method definition.. Hope this would serve your purpose. bye