Re: Detecting successful file drops on macOS

2024-02-10 Thread Martin Fox
Hi Christopher, This is a bug in the Mac platform code. I’ve created a JBS issue, see https://bugs.openjdk.org/browse/JDK-8325591. Unfortunately I haven’t found a work-around for it. Martin > On Feb 9, 2024, at 9:17 PM, Christopher Schnick wrote: > > Hello, > I'm using macOS Sonoma 14.3 aarc

Detecting successful file drops on macOS

2024-02-09 Thread Christopher Schnick
Hello, I'm using macOS Sonoma 14.3 aarch64 and I'm trying to recognize whether a file was successfully dropped into finder from the JavaFX application. However, the event always reports that it was not accepted. I was under the impression that event.isAccepted() should return true if it was s