-
Bug
-
Resolution: Duplicate
-
P3
-
7
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2148161 | 6-pool | Alexander Potochkin | P3 | Closed | Duplicate |
Currently, Swing painting goes through BufferStrategyPaintManager even when painting to an image. This causes two problems:
1) Double buffering of the paint, which is not needed.
2) The BufferStrategyPaintManager is marked out of sync until the next paint of the entire root pane.
1) Double buffering of the paint, which is not needed.
2) The BufferStrategyPaintManager is marked out of sync until the next paint of the entire root pane.
- backported by
-
JDK-2148161 When a Swing component is painted to an image, it should not go through BufferStrategyPaintManager
-
- Closed
-
- duplicates
-
JDK-6668436 Painting a component to an off-screen image should not affect the double buffer
-
- Closed
-
- relates to
-
JDK-6542109 Clean up Swing painting to non-screen graphics.
-
- Closed
-