java gridpane set background color

https:‮ww//‬w.lautturi.com
java gridpane set background color
GridPane pane = new GridPane();
pane.setBackground(new Background(new BackgroundFill(Color.AQUA, CornerRadii.EMPTY, Insets.EMPTY)));
Created Time:2017-09-24 22:25:53  Author:lautturi