Are Multitouch & Gestures supported on an embedded scene in a JFXPanel

Anthony Petrov anthony.petrov at oracle.com
Wed May 21 18:48:54 UTC 2014


Hi Bilal,

No. This isn't possible at the moment because Swing doesn't support 
multi-touch. So we can't pass the multi-touch events to the JavaFX scene 
because there's simply nothing to pass.

If your app requires multi-touch input, then your JavaFX scene should be 
added to a JavaFX Stage.

--
best regards,
Anthony

On 5/21/2014 10:41 PM, Bilal Soidik wrote:
> Hi!
> Just I want to know if touch Event are correctly supported in JavaFX
> application embedded in Swing application.
>


More information about the openjfx-dev mailing list