/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3910 by abalkiss, Fri Jun 24 21:02:39 2005 UTC revision 1.3911 by trebligd, Fri Jun 24 21:06:28 2005 UTC
# Line 1  Line 1 
1    2005-06-24  David Gilbert  <david.gilbert@object-refinery.com>
2    
3            * javax/swing/table/AbstractTableModel.java:
4            (getColumnName): eliminated temp index to fix very minor bug,
5            (findColumn): throw NullPointerException for null argument,
6            (fireTableDataChanged): set correct row indices.
7            * javax/swing/table/DefaultTableModel.java:
8            (setDataVector): replace null argument with empty vector then call
9            setColumnIdentifiers() to set up column names,
10            (setColumnCount): call fireTableStructureChanged() rather than
11            fireTableDataChanged(),
12            (addColumn(Object, Object[])): call fireTableStructureChanged() rather
13            than fireTableDataChanged(),
14            (addRow(Vector)): fixed row indices in TableModelEvent,
15            (moveRow): fixed row indices in TableModelEvent,
16            (getColumnName): for a column index beyond the number of columns in
17            the model, pass control to the superclass.
18    
19  2005-06-24  Anthony Balkissoon  <abalkiss@redhat.com>  2005-06-24  Anthony Balkissoon  <abalkiss@redhat.com>
20    
21          * java/awt/Container.java:          * java/awt/Container.java:

Legend:
Removed from v.1.3910  
changed lines
  Added in v.1.3911

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26