RFR: 8347715: RichTextArea Follow-up: Minor Bugs [v2]
Andy Goryachev
angorya at openjdk.org
Tue Jan 14 16:10:00 UTC 2025
On Tue, 14 Jan 2025 15:50:49 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> revert nullable change
>
> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/RichTextArea.java line 413:
>
>> 411:
>> 412: public final Duration getCaretBlinkPeriod() {
>> 413: return caretBlinkPeriod == null ? null : caretBlinkPeriod.get();
>
> This just makes the API harder to use. Why push the burden to the application?
reverted.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1676#discussion_r1915130062
More information about the openjfx-dev
mailing list