I have a Swing application which is quite similar to
the task manager in windows. I am displaying the data
in a JTable. The data in the table should be refreshed
once in every 2 seconds. Also this data refresh is row
wise means if there are 100 rows, all the rows should
be refreshed once in 2 seconds (if I am doing this in
a for loop, this loop should be executed 100 or more
time in 2 seconds).
Right now I am refershing using DefaultTableModels
setDataVector(dataVector, headerVector);
Now it is working fine but the table is flickering.
Does anyone have beter solution for this?

Thaks A Lot,
Rohit

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to