classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicListUI fix


From: Roman Kennke
Subject: [cp-patches] FYI: BasicListUI fix
Date: Wed, 04 Jan 2006 21:40:46 +0000

This fixes some exception in the BasicListUI. Thanks to Christopher for
discussing this on IRC.

2006-01-04  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicListUI.java
        (locationToIndex): Added FIXME about getVisibleRowCount() usage.
        Adjusted iteration to not use visibleRowCount and instead iterate
        over the real number of elements in cellHeights.
        (indexToLocation): Added FIXME about getVisibleRowCount() usage.
        Adjusted iteration to not use visibleRowCount and instead iterate
        over the real number of elements in cellHeights.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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