On Thu, 9 Jul 2026 18:42:29 GMT, Kevin Rushforth <[email protected]> wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> demos
>
> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/model/FileListFormatHandler.java
> line 91:
>
>> 89: * @param files the list of files to be inserted
>> 90: */
>> 91: public static void handleDrop(RichTextArea t, TextPos p, List<File>
>> files) {
>
> Who calls this static method?
RichEditorDemoWindow:118
this is a convenience method for DnD. I think this class is the right place to
expose this functionality, but I am open to suggestions.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2196#discussion_r3555021601