RFR: 6513512: MetalLookAndFeel.initClassDefaults does not install an entry for MetalMenuBarUI [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Dec 14 04:02:08 UTC 2022


On Tue, 13 Dec 2022 18:35:21 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Spec update
>>  - Spec update
>
> src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java line 276:
> 
>> 274:                     "LabelUI", metalPackageName + "MetalLabelUI",
>> 275:                   "MenuBarUI", metalPackageName + "MetalMenuBarUI",
>> 276:        "PopupMenuSeparatorUI", metalPackageName + "MetalPopupMenuSeparatorUI",
> 
> I think it is installed by the Ocean theme, which is used by the Metal L&F by default.

Spec updated

-------------

PR: https://git.openjdk.org/jdk/pull/11646



More information about the client-libs-dev mailing list