bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/28027] Wrong clip region in Swing repaints - overwrites other


From: roman at kennke dot org
Subject: [Bug swing/28027] Wrong clip region in Swing repaints - overwrites other components
Date: 15 Jun 2006 13:16:06 -0000


------- Comment #5 from roman at kennke dot org  2006-06-15 13:16 -------
The problem here is that double buffering is disabled for the RubberbandTest
component, so the call to paintImmediately() ends up painting on the screen
directly. Seems this interacts badly on GNU Classpath. Dunno why/how it works
on Sun, but I guess I have to figure it out.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28027





reply via email to

[Prev in Thread] Current Thread [Next in Thread]