On Fri, May 29, 2020 at 9:46 AM Philip Race <philip.r...@oracle.com> wrote:
>
> Ok. you said in the first post :
>
> im using jfx 15-ea-5 on MacOS 10.15.3
>
> Where did you get that build ?

from maven

<dependency>
   <groupId>org.openjfx</groupId>
   <artifactId>javafx-controls</artifactId>
   <version>15-ea+5</version>
   <classifier>mac</classifier>
</dependency>

Reply via email to