summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Balkissoon <abalkiss@redhat.com>2005-08-17 18:43:36 +0000
committerAnthony Balkissoon <abalkiss@redhat.com>2005-08-17 18:43:36 +0000
commit92ad7e112a830d3489155784472e3e7e8efa60cc (patch)
tree576993271439fe724203b76d42e35994f145fcef /ChangeLog
parent145156655509efd34dc3bec1ffeab774b7fbfbe9 (diff)
downloadclasspath-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ffd26a87..b64bc7fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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