CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/11/03 21:04:48

Modified files:
        .              : ChangeLog 
        javax/swing/text: WrappedPlainView.java 

Log message:
        2005-11-03  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/text/WrappedPlainView.java: Fixed some > 80 chars lines.
        (drawSelectedText): Fixed startOffset for call to
        Utilities.drawTabbedText to make sure tabs are properly expanded.
        (drawUnselectedText): Likewise.
        (getMinimumSpan): New API method.
        (getMaximumSpan): New API method.
        (setSize): Call preferenceChanged if the width has changed.
        (WrappedLine.determineNumLines): Move numLines=0 to the top in case
        the early return happens, numLines will still be correct.
        (WrappedLine.updateDamage): New implementation method called by
        insertUpdate and removeUpdate to repaint the appropriate part of the
        JTextArea.
        (WrappedLine.insertUpdate): New method.
        (WrappedLine.removeUpdate): New method.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5454&tr2=1.5455&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/WrappedPlainView.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text



Reply via email to