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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -