-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2053503 | 1.4.1 | Scott Violet | P4 | Closed | Fixed | hopper |
JDK-2053502 | 1.4.0_02 | Scott Violet | P4 | Resolved | Fixed | 02 |
The Swing RepaintManager class uses Component.isVisible to determine if
it should short-circuit rendering.
But Component.isVisible returns true for iconified frames.
Thus an application which has continual model updates from some external
data source will be pointlessly repainting its iconified windows
at some cost to the system.
the RepaintManager should check if the state of a frame is iconified.
it should short-circuit rendering.
But Component.isVisible returns true for iconified frames.
Thus an application which has continual model updates from some external
data source will be pointlessly repainting its iconified windows
at some cost to the system.
the RepaintManager should check if the state of a frame is iconified.
- backported by
-
JDK-2053502 swing will try to repaint iconified frames.
- Resolved
-
JDK-2053503 swing will try to repaint iconified frames.
- Closed