How to select node from parent in JavaFx 8

Is there a way to select a node from a parent using double coordinates? I heard about the method impl_pickNode, but it does not use double coordinates, and it seems that it is not recommended to use obsolete methods.

+4
source share
1 answer

Did you solve the problem? If not, this should help: http://fxexperience.com/2016/01/node-picking-in-javafx/

This is the code that replaces impl_pickNodethe SceneBuilder implementation.

, node , , node. , , node. , node isVisible isMouseTransparent, z-.

-1

Source: https://habr.com/ru/post/1662115/


All Articles