classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: JTable fixlet corrects NPE


From: Anthony Balkissoon
Subject: [cp-patches] FYI: JTable fixlet corrects NPE
Date: Tue, 01 Nov 2005 15:18:14 -0500

Some apps were getting NPE with JTable because variables were not set
before the call to updateUI which could be overridden.  This is fixed
now, although there are some intricacies which may be fixed after the
release, I put a TODO in the code for now.

2005-11-01  Anthony Balkissoon  <address@hidden>

        * javax/swing/JTable.java:
        (JTable(TableModel, TableColumnModel, ListSelectionModel)): Call 
        updateUI after initializeLocalVars.  Manually set the lead selection
        indices.

--Tony

Attachment: JTableConstructorOrder.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]