-
Bug
-
Resolution: Fixed
-
P2
-
6u10
-
b12
-
b02
-
x86
-
windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2178127 | 7 | Artem Ananiev | P4 | Resolved | Fixed | b60 |
I have a frame , which is having a jpanel in the north & jpanel is having a button . In the center of the frame i have added a Jscrollpane which holds a textarea. I called panel.setOpaque(false) & set the frame to become translucent by calling com.sun.awt.AWTUtilities.setWindowOpaque(frame, false); , when i call this method i can see two button . I have attached screen shot of the same. When i comment the com.sun.awt.AWTUtilities.setWindowOpaque(frame, false); line , Every thing works as expected.
Step to reproduce:-
----------------------
1) Run the attached testcase.
2) If you see two button to the north of the frame , then the bug is reproduced.
Or see screen shot. If the gui & screen is seen then the bug is reproduce.
I run this program on 6u10 b14 .
Step to reproduce:-
----------------------
1) Run the attached testcase.
2) If you see two button to the north of the frame , then the bug is reproduced.
Or see screen shot. If the gui & screen is seen then the bug is reproduce.
I run this program on 6u10 b14 .
- backported by
-
JDK-2178127 Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
-
- Resolved
-
- relates to
-
JDK-6794764 Translucent windows are completely repainted on every paint event, on Windows
-
- Closed
-
-
JDK-6668436 Painting a component to an off-screen image should not affect the double buffer
-
- Closed
-
-
JDK-6848852 PIT:test/javax/swing/JComponent/6683775/bug6683775.java on linux with RuntimeException.
-
- Closed
-