RFR: 8290844: Add Skin.install() method [v18]
Kevin Rushforth
kcr at openjdk.org
Fri Oct 28 23:14:48 UTC 2022
On Fri, 28 Oct 2022 15:42:05 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> - added Skin.install()
>> - javadoc changes for Skinnable.setSkin(Skin)
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> 8290844: spelling
The doc changes look good to me, except for one thing highlighted below.
modules/javafx.controls/src/main/java/javafx/scene/control/Skin.java line 75:
> 73:
> 74: /**
> 75: * Called once when {@link Skin} is set, or after the
I think the "or" is wrong here.
-------------
PR: https://git.openjdk.org/jfx/pull/845
More information about the openjfx-dev
mailing list