|
Quick Lists
|
|
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
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |