RFR: 8290844: Add Skin.install() method [v2]
Jeanette Winzenburg
fastegal at openjdk.org
Thu Aug 11 12:18:37 UTC 2022
On Wed, 10 Aug 2022 22:14:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> - added Skin.install()
>> - javadoc changes for Skinnable.setSkin(Skin)
>>
>> no code changes for Skinnable.setSkin(Skin) yet.
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> 8290844: javadoc
modules/javafx.controls/src/main/java/javafx/scene/control/Skin.java line 33:
> 31: * An interface for defining the visual representation of user interface controls
> 32: * by defining a scene graph of nodes to represent the skin.
> 33: * A user interface control is abstracted behind the {@link Skinnable} interface.
shouldn't that be _to represent the skinnable_?
-------------
PR: https://git.openjdk.org/jfx/pull/845
More information about the openjfx-dev
mailing list