check this
Group g = new Group(); GridPane grid = new GridPane();
now my question is: how to remove this "grid" from "g" without specifying a "grid", something like this
g.getChildren().removeAll(null); //i do not know what to insert here?
early
user4279125
source share