CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/08/10 22:02:21
Modified files:
javax/swing/text: BoxView.java
. : ChangeLog
Log message:
2006-08-10 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/text/BoxView.java
(calculateMajorAxisRequirements): Sum up the preferred and
maximum sizes.
(isAfter): Also add in the rectangle's with/height.
(childAllocation): Don't trigger layout here.
(layoutMinorAxis): Removed debug output.
(getWidth): Consider the insets.
(getHeight): Consider the insets.
(setSize): Consider the insets.
(updateRequirements): Check axis and throw
IllegalArgumentException.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/BoxView.java?cvsroot=classpath&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8361&r2=1.8362