On Thu, 11 Aug 2022 12:16:35 GMT, Jeanette Winzenburg <[email protected]>
wrote:
>> 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_?
I think this description is good. How would you change it?
-------------
PR: https://git.openjdk.org/jfx/pull/845