Re: EventHandler not working in 11.0.2

2019-03-27 Thread Siddhesh Rane

[13] RFR: JDK-8211900: javafx.media classes directly reference platform classes that are excluded

2019-03-27 Thread Alexander Matveev
Hi Kevin, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8211900  - Fixed by loading platform specific classes via reflection. Thanks, Alexander

Fwd: JavaFX 11 on Raspberry Pi

2019-03-27 Thread Thomas Manz
Hello, in the last months I started to do some tests with Java 11 and JavaFX 11 on a Raspberry Pi 3. I followed this manual (http://docs.gluonhq.com/embedded/) but unfortunately I realized that so far Gluon´s EA build of JavaFX 11-ea-25 for armv6hf does not support audio for javafx.media (

EventHandler not working in 11.0.2

2019-03-27 Thread Andrew Munn
How do I listen for mouse events in 11.0.2? IntelliJ's code completion suggests this: textField.addEventHandler(MouseEvent.MOUSE_ENTERED, (EventHandler) t -> { // do something }); but it fails to compile with error: cannot find symbol T Thanks

Re: static initialisation of javafx.stage.Screen causing problems with clojure

2019-03-27 Thread Peter Levart
On 3/26/19 1:18 PM, Răzvan Rotaru wrote: Thank you. I don't know whether the clojure compiler needs initialized classes or not, but I suspect it does. Clojure has macros, which are executed at compile time, which means some classes are instantiated. I will ask the clojure developers. If

[13] RFR: JDK-8218172: Upgrade gradle to version 5.3

2019-03-27 Thread Kevin Rushforth
Please review the following request to update our builds to use gradle 5.3: https://bugs.openjdk.java.net/browse/JDK-8218172 https://github.com/javafxports/openjdk-jfx/pull/421 Note that this will not change the minimum version needed to build JavaFX, which remains at gradle 4.3 (for now).