classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: JTable fixes


From: Roman Kennke
Subject: [cp-patches] FYI: JTable fixes
Date: Fri, 28 Oct 2005 13:53:33 +0000

Hi,

attached is a fix for some smaller issues in JTable. This is part of a
bigger change of the JTable rendering of which the other parts follow as
soon as I finished the testcases for it.

2005-10-28  Roman Kennke  <address@hidden>

        * javax/swing/JTable.java
        (JTable): Changed order of initialization (UI first, then the
model
        etc), so that the UI gets notified of the initial model change.
        (rowAtPoint): Don't add the intercellSpacing in the calculation
        of the row-at-Point.
        (setModel): Throw a PropertyChangeEvent here if the model changes.

/Roman

Attachment: JTable.diff
Description: Text Data


reply via email to

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