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
Post a Comment