diff options
author | Anthony Balkissoon <abalkiss@redhat.com> | 2005-08-17 18:43:36 +0000 |
---|---|---|
committer | Anthony Balkissoon <abalkiss@redhat.com> | 2005-08-17 18:43:36 +0000 |
commit | 92ad7e112a830d3489155784472e3e7e8efa60cc (patch) | |
tree | 576993271439fe724203b76d42e35994f145fcef /ChangeLog | |
parent | 145156655509efd34dc3bec1ffeab774b7fbfbe9 (diff) | |
download | classpath-92ad7e112a830d3489155784472e3e7e8efa60cc.tar.gz |
2005-08-17 Anthony Balkissoon <abalkiss@redhat.com>
* javax/swing/JList.java:
(indexToLocation): Implemented.
(getLastVisibleIndex): If the last index in the list is showing and
there is extra room at the bottom, return the last index, not -1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-08-17 Anthony Balkissoon <abalkiss@redhat.com> + + * javax/swing/JList.java: + (indexToLocation): Implemented. + (getLastVisibleIndex): If the last index in the list is showing and + there is extra room at the bottom, return the last index, not -1. + 2005-08-17 Lillian Angel <langel@redhat.com> * javax/swing/plaf/basic/BasicTreeUI.java |