CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Tania Bento <tbento> 06/09/29 13:59:08
Modified files:
. : ChangeLog
javax/swing/plaf/basic: BasicTableUI.java
javax/swing : JTable.java
Log message:
2006-08-29 Tania Bento <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicTableUI.java
(getPreferredSize): The number of iterations for the for-loop
should be
the number of columns in the table's column model, not the
number of
columns of the table.
* javax/swing/JTable.java
(JTable(TableModel, TableColumnModel, ListSelectionModel):
Removed 4
lines that are not needed.
(initializeLocalVars): dragEnabled should be set to false, not
true.
(getCellRenderer): Added a check to prevent an
ArrayIndexOutOfBoundsException.
(doLayout): The number of iterations for the for-loops should
be the
number of columns in the table's column model, not the number
of columns
of the table.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8633&r2=1.8634
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.58&r2=1.59
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&r1=1.121&r2=1.122