RFR: 8332251: javadoc: incorrect reference in Region.getPrefWidth/Height [v2]
Ambarish Rapte
arapte at openjdk.org
Thu May 16 16:26:08 UTC 2024
On Thu, 16 May 2024 14:58:29 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> The javadoc for `Region.getPrefHeight() / getPrefWidth()` incorrectly refers to `getPrefHeight(forWidth) / getPrefWidth(forHeight)`
>>
>> should be
>>
>> `prefHeight(forWidth) / prefWidth(forHeight)`
>>
>> - same issue is also fixed in `PopupControl`.
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> popup control
Marked as reviewed by arapte (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1456#pullrequestreview-2061307814
More information about the openjfx-dev
mailing list