JavaFX click through ImageView
I want to click through a component like ImageView.
ImageView iv = new ImageView(new
Image(getClass().getResourceAsStream("/image.png")));
//what function to make iv totally transparent to mouse and keyboard
event and click throught iv ?
?
No comments:
Post a Comment