java - JavaFX - Make Node invisible for events -
i need make nodes in javafx invisible mouse events. example, there hbox 6 elements within , 1 rectangle on hbox, need catch mouseentered , mouseexited events on 6 elements of hbox, not possible because rectangle catching them.
thank answers
use node.setmousetransparent(true);
make node transparent mouse event.
Comments
Post a Comment