Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4223642
Votes 0
Synopsis JTable: Large #columns == SLOW
Category java:classes_swing
Reported Against 1.2.1
Release Fixed 1.3(kestrel-beta)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 24-MAR-1999
Description
JTable suffers from severe performance problems when the number of columns becomes large.  It appears that the amount of time required for adding columns ncreases exponentially depending on the number of columns in the table (visible or not).

In addition, the performance of column resizing is terrible.  Although the behavior is 0(n), the linear cost of very high.  Putting in some optimizations  for how column widths are calcuated could greatly improve usability.
Work Around
N/A
Evaluation
Fixed. 
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang