On Sat, 2 May 2026 16:34:43 GMT, Marius Hanl <[email protected]> wrote:

>> this is weird, navigates to `Parent.getChildren()` in eclipse.
>> 
>> what's more important, generates correct javadoc -
>> 
>> <img width="358" height="152" alt="Screenshot 2026-03-24 at 15 59 52" 
>> src="https://github.com/user-attachments/assets/7dd6ce7a-349d-4df6-98a0-877c8e881cdc";
>>  />
>> 
>> did you rebuild?
>
> Yes, my IDE still says: `Symbol 'getChildren()' is inaccessible from here`. 
> Is that link clickable in Javadoc? If that works, I'm fine with the change.

I'll change it to 


     * Creates a new TabPaneSkin instance, installing the necessary child
     * nodes into the Control {@link javafx.scene.Parent#getChildren() 
children} list, as
     * well as the necessary input mappings for handling key, mouse, etc events.


which still works correctly in Eclipse and in the resulting javadoc.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1773#discussion_r3261002655

Reply via email to