On Mon, 6 May 2024 21:46:29 GMT, Andy Goryachev <[email protected]> wrote:
>> drmarmac has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> javaDoc updates according to code review
>
> modules/javafx.controls/src/main/java/javafx/scene/control/SpinnerValueFactory.java
> line 417:
>
>> 415: * integer values.
>> 416: * <p>
>> 417: * If {@link #wrapAroundProperty wrapAround} is {@code true}, the
>> {@code IntegerSpinnerValueFactory} will step from
>
> wrapAround still does not work in Eclipse, but this does, while providing the
> same visuals:
>
>
> {@link SpinnerValueFactory#wrapAroundProperty wrapAround}
>
>
> does it work in intellij?
That one should work everywhere, since it is equivalent. Worth double-checking,
though.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1450#discussion_r1591647816