【发布时间】:2013-08-08 12:23:16
【问题描述】:
我想点击像 ImageView 这样的组件。
ImageView iv = new ImageView(new Image(getClass().getResourceAsStream("/image.png")));
//What function to use to click through iv ?
我试了下还是不行
iv.setMouseTransparent(true);
【问题讨论】:
标签: javafx-2