RFR: 8290844: Add Skin.install() method [v2]

Andy Goryachev angorya at openjdk.org
Fri Aug 12 14:57:32 UTC 2022


On Fri, 12 Aug 2022 14:45:13 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

> only one [JDK-8268877](https://bugs.openjdk.org/browse/JDK-8268877) that can't be handled without some kind of api change

There might be more, for example MenuButtonSkinBase:96, MenuButtonSkinBase:105, MenuButtonSkin:108.  I don't think we have a bug filed for those (yet) - I was planning to go over core skins after we get this PR integrated.  Any time a singleton is being set, or conditionally set, we have this problem.

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

PR: https://git.openjdk.org/jfx/pull/845


More information about the openjfx-dev mailing list