On Fri, 1 Nov 2024 18:49:03 GMT, Kevin Rushforth <k...@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