classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: JTable fix


From: Roman Kennke
Subject: [cp-patches] FYI: JTable fix
Date: Fri, 7 Oct 2005 16:55:56 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

I added a revalidate to JTable in the case that the table structure
changes (columns/rows added/removed). This is necessary, since such an
operation changes the size parameters of the JTable. It makes JTable
behave more nicely in JScrollPane in an app I have here.

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

        * javax/swing/JTable.java
        (tableChanged): Revalidate table if its structure changes.


/Roman


Attachment: JTable.diff
Description: Text Data


reply via email to

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