JDK-6245083 : Swing shouldn't blit during maximization
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-03-23
  • Updated: 2005-03-23
  • Resolved: 2005-03-23
Related Reports
Duplicate :  
Relates :  
Description
With Swing's buffer per when you maximize a frame Swing ends up blitting to the upper left.  This is unnecessary because we know we're going to repaint everything and may be the cause of some slow down we're seeing (6245040).

To solve this we'll need to track when maximization is occuring and pass in an extra arg to the PaintEventDispatcher so that Swing knows to not attempt blitting.
###@###.### 2005-03-23 20:26:09 GMT