CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/06/09 23:28:01
Modified files: javax/swing : JComponent.java . : ChangeLog Log message: 2006-06-09 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JComponent.java (paintChildrenOptimized): Paint component with a new Graphics object to protect the other painting code from modifications done in that object, and avoid cleanup ops on possibly dispose()ed Graphics object. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&r1=1.123&r2=1.124 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7749&r2=1.7750 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7749 retrieving revision 1.7750 diff -u -b -r1.7749 -r1.7750 --- ChangeLog 9 Jun 2006 22:08:07 -0000 1.7749 +++ ChangeLog 9 Jun 2006 23:27:59 -0000 1.7750 @@ -1,3 +1,11 @@ +2006-06-09 Roman Kennke <[EMAIL PROTECTED]> + + * javax/swing/JComponent.java + (paintChildrenOptimized): Paint component with a new Graphics + object to protect the other painting code from modifications + done in that object, and avoid cleanup ops on possibly dispose()ed + Graphics object. + 2006-06-09 Sven de Marothy <[EMAIL PROTECTED]> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c