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.

Reply via email to