Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アイテムから HBox をクリアしようとしています。hBox.getChildren().clear() を使用してみました。
for(Node child: hBox.getChildren()){ hBox.getChildren().remove(child); }
しかし、どちらも機能しません。何か案は?