CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Tania Bento <tbento> 06/12/08 16:49:36
Modified files:
. : ChangeLog
java/awt : ScrollPane.java
Log message:
2006-12-08 Tania Bento <[EMAIL PROTECTED]>
* java/awt/ScrollPane.java
(getScrollPosition): Throw NullPointerException if scrollpane
does have a child.
(setScrollPosition(int, int)): Throw NullPointerException if
scrollpane does have a child. Check that both ints are within
the allowed bounds; If they are not, scroll to the closest
allowed
bound.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8951&r2=1.8952
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/ScrollPane.java?cvsroot=classpath&r1=1.30&r2=1.31