-
Bug
-
Resolution: Unresolved
-
P5
-
25
-
b20
-
windows
After JDK-8352638, WindowsMenuUI is a final class. The fields menuBarHeight and hotTrackingOn are declared protected, which doesn't make sense because the class can't be extended.
Declare both menuBarHeight and hotTrackingOn private.
Declare both menuBarHeight and hotTrackingOn private.
- caused by
-
JDK-8352638 Enhance code consistency: java.desktop/windows
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26829