我正在想办法弄到 HBox
如果 Button
坐在房间里 HBox
在javafx中单击。
button.setOnAction(new EventHandler<ActionEvent>() {
@Override
public void handle(ActionEvent event) {
Button btn = (Button)event.getSource();
//get the the Hbox object that this button in is
}
}
暂无答案!
目前还没有任何答案,快来回答吧!