CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/09/24 20:40:22
Modified files: javax/swing : JComponent.java . : ChangeLog Log message: 2005-09-24 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JComponent.java (paint): Activate double buffering if it is not already activated. (paintImmediately2): Prepare a component graphics object here and call paintDoubleBuffered with this. (paintDoubleBuffered): Changed to work nicely with the new paint() and paintImmediately2() methods. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.59&tr2=1.60&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4958&tr2=1.4959&r1=text&r2=text