On Mon, 6 May 2024 23:22:36 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> 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.

Updated. I checked this variant with IntelliJ: While I can follow the link, it 
doesn't show the wrapAround field's javadoc, just the wrapAroundProperty's 
javadoc which is empty.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1450#discussion_r1591862720

Reply via email to