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: hendrich at informatik dot uni-hamburg dot de
Subject: [Bug swing/28027] Wrong clip region in Swing repaints - overwrites other components
Date: 15 Jun 2006 12:40:26 -0000


------- Comment #3 from hendrich at informatik dot uni-hamburg dot de  
2006-06-15 12:40 -------
Created an attachment (id=11674)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11674&action=view)
testcase to demonstrate the bug.

Just compile and run the testcase, <java> RubberbandTest,
then move the mouse around or click the left button to set a new base
point for the rubberband.

On my system, moving the mouse results in horrible flickering, because
the repainted canvas (with rubberband) gets immediately overwritten 
as a result of the setText() call. If you remove the setPositionTextField()
call, no extra text repaints are generated, and the app behaves as it 
should.


-- 


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





reply via email to

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