JDK-4517825 : Repaint problems with JumpingBox demo applet
  • Type: Bug
  • Component: client-libs
  • Sub-Component: demo
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-10-22
  • Updated: 2002-11-04
  • Resolved: 2002-11-04
Related Reports
Duplicate :  
Relates :  
Description
Reproducible since 1.2.2 (at least).  To reproduce:
* Start up the JumpingBox demo applet
* Drag another window over the demo applet, from top to bottom.  You will see all sorts of drawing artifacts from the jumping box being in various locations.

Might be a problem with the the demo itself.

Comments
EVALUATION This is a painting problem with the Jumping Box demo applet. If the rect painted by the applet is damaged, the follow-up code that erases it leaves fragments. ###@###.### 2001-10-23 This bug is reproducible in 1.4, but not reproducible in 1.4.1 and 1.4.2. It was fixed by 4253117. ###@###.### 2002-11-04
23-10-2001