CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/09/22 14:08:01

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

Log message:
        2005-09-22  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/JComponent.java
        (AccessibleJComponent.addPropertyChangeListener): Partly omplemented.
        (AccessibleJComponent.getAccessibleStateSet): Partly implemented.
        (doubleBuffered): Default value of this field is true.
        (paint): Moved double buffer painting stuff to separate method.
        (paintChildren): Don't call into AWT painting code here. This allows
        for a small optimization.
        (paintImmediately): Don't go up to the parent window, try to start
        painting on the nearest JRootPane if possible.
        (paintImmediately2): New method. Actually performs repainting
        on the repaint root.
        (paintDoubleBuffered): New method. Performs painting using
        a double buffer.
        (paintSimple): New method. Performs painting without buffer.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4911&tr2=1.4912&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.57&tr2=1.58&r1=text&r2=text



Reply via email to