JavaFX click through ImageView -


i want click through component imageview.

  imageview iv = new imageview(new image(getclass().getresourceasstream("/image.png")));   //what function use click through iv ? 

i try still don't work

iv.setmousetransparent(true);      

if don't want node receive mouse events, make mouse transparent.

imageview.setmousetransparent(true); 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -