how to speed up JTable's display?
843804Sep 10 2003 — edited Dec 9 2004now im using JTable to display data taken from database.
im using AbstracTableModel and Vector together: save all data into a 2-D Vector and set JTable's model to be a AbstracTableModel.
the problem is :
when data is large (eg. more than 200 records) the display speed becomes very slow , usually takes nearly 10 minutes.
is there any ways to increase the display speed of JTable when data is large?(besides split pages?)
if u have ever used JBulder's "data pilot", it displays hundreds of records without delay. I don't know how it does this...