Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to speed up JTable's display?

843804Sep 10 2003 — edited Dec 9 2004
now 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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2005
Added on Sep 10 2003
48 comments
3,106 views