RFR: 8301121: RichTextArea Control (Incubator) [v35]

Andy Goryachev angorya at openjdk.org
Fri Nov 1 22:44:36 UTC 2024


On Fri, 1 Nov 2024 18:49:03 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   input map
>
> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/TextPos.java line 71:
> 
>> 69:      * @return the instance of {@code TextPos}
>> 70:      */
>> 71:     public static TextPos ofLeading(int index, int offset) {
> 
> Do you also plan to add an  `ofTrailing` convenience method?

not necessary - this case is more complex and is covered by the constructor.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1826352014


More information about the openjfx-dev mailing list