-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
beta
-
x86
-
windows_2000
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116846 | 5.0u3 | Alexander Zuev | P4 | Closed | Won't Fix |
The PopupMenu is not repainted if the LAF is changed and if the PopupMenu is slightly outsie the JFrame. But if the PopupMenu is within the bounds of the Frame then it gets repainted.
Steps to reproduce:
---------------------
1)Compiler and run the attached code.
2) Notice that the Popup menu is not repainted when the popup menu is slightly outside the Frame bounds. It has the Metal LAF. And when the Popup is inside the Frame bounds then it gets painted properly.
Steps to reproduce:
---------------------
1)Compiler and run the attached code.
2) Notice that the Popup menu is not repainted when the popup menu is slightly outside the Frame bounds. It has the Metal LAF. And when the Popup is inside the Frame bounds then it gets painted properly.
- backported by
-
JDK-2116846 The PopupMenu is not repainted if the LAF is changed .
- Closed