In my last JTable patch I made a slight mistake. I wanted to let the whole JTable repaint for variable row height tables, and an optimized region otherwise but got it the other way around. This patch should fix this.

2006-07-24  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/JTable.java
        (handleInsert): Repaint the whole table for variable row
        height tables and an optimized region otherwise.
        (handleDelete): Likewise.
        (handleUpdate): Likewise.

/Roman


Reply via email to