CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        06/03/31 12:33:06

Modified files:
        javax/swing    : JComponent.java 
        .              : ChangeLog 

Log message:
        2006-03-31  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/JComponent.java
        (paintChildren): Split up in two cases, depending on the
        optimizedDrawingEnabled flag.
        (paintChildrenWithOverlap): New method. Paints children when
        not optimizedDrawingEnabled. This implements better painting
        algorithm for overlapping components, so that the painted
        regions are minimized.
        (paintChildrenOptimized): New method. Paints children when
        when optimizedDrawingEnabled. This implements a painting
        algorithm that is optimized for the case when all children
        are guaranteed to be tiled.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6960&tr2=1.6961&r1=text&r2=text


Reply via email to