-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0, 5.0, 6
-
b68
-
generic, x86
-
generic, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098705 | emb-9 | Sergey Bylokhov | P5 | Resolved | Fixed | team |
FULL PRODUCT VERSION :
java version "1.6.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-rc-b64)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b64, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
javax.swing.plaf.metal.MetalRootPaneUI calls to JRootPane.getMenuBar(). This code must be updated for call to JRootPane.getJMenuBar() because getMenuBar() is deprecated. See lines 447, 448, 499, 500, 548, 549, 621-623 of MetalRootPaneUI source.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.6.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-rc-b64)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b64, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
javax.swing.plaf.metal.MetalRootPaneUI calls to JRootPane.getMenuBar(). This code must be updated for call to JRootPane.getJMenuBar() because getMenuBar() is deprecated. See lines 447, 448, 499, 500, 548, 549, 621-623 of MetalRootPaneUI source.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8098705 MetalRootPaneUI calls to deprecated code
-
- Resolved
-
- duplicates
-
JDK-6369047 Minor modification in javadoc for JRootPane
-
- Closed
-