Thursday, 8 August 2013

JavaFX click through ImageView

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