标签: javafx mouseevent
这是我正在研究的算法:
If (MouseEvent) { Handle the mouse event { if (Node rect == null) { rect.getChildren.remove(circles.getChildren()) } } }
我一直在检查Node是否有对象,是否有方法?