How to implement dbl Click on javafx?
I have a scene(with many components) and I want to make it drag able as well as double clickable to zoom in. How can I achieve this dynamic behavior? I have used the given solution but they are not helpful When I drag two time then the the double click event get triggers. That I don't want.
A bit of sample code will be appreciated.