JDK-6329495 : Improve painting performance (fix gray boxes)
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-27
  • Updated: 2010-04-02
  • Resolved: 2005-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Duplicate :  
Description
JPlan 150

Swing does not support true double buffering, so that when a Swing application 
is exposed we have to paint the whole region.  This results in perceived slow 
performance and a bad user experience.  Swing needs to work with 2D and AWT 
to provide full double buffering.

Motivation: Will result in a better user experience and help improve the impression that Swing is slow.

Comments
EVALUATION Already fixed as 4967886.
27-09-2005