-
Bug
-
Resolution: Fixed
-
P2
-
6u10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2192227 | 7 | Denis Fokin | P5 | Closed | Cannot Reproduce |
Run the attached test:
java -Dusenonop -Duseswing TSFrame
Or run
java TranslucentShapedFrameTest
and check non-opaque, 'use JFrame', and "create Frame"
You'll see that the JFrame that appears doesn't animate
as it's supposed to.
The paintComponent method is getting called.
java -Dusenonop -Duseswing TSFrame
Or run
java TranslucentShapedFrameTest
and check non-opaque, 'use JFrame', and "create Frame"
You'll see that the JFrame that appears doesn't animate
as it's supposed to.
The paintComponent method is getting called.
- backported by
-
JDK-2192227 Swing JFrames don't get repainted once shown if JFrame.repaint() is called
-
- Closed
-