On Tue, 24 Mar 2026 22:23:35 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TabPaneSkin.java
>> line 166:
>>
>>> 164: /**
>>> 165: * Creates a new TabPaneSkin instance, installing the necessary
>>> child
>>> 166: * nodes into the Control {@link
>>> javafx.scene.control.Control#getChildren() children} list, as
>>
>> I would vote +1 to change this in all Skins, but obviously very minor
>
> I think I removed the `Control` import and it broke javadoc, which I only saw
> in GHA.
>
> Actually, it should be Parent.getChildren() , and maybe say
> `nodes into the control's {@link javafx.scene.Parent#getChildren() children}
> list`
For me, this is always red and inaccessible, with `Control`, `Parent`, whatever
it is
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1773#discussion_r2984765242