Pane_Scene_Group1
  • Through CSS Style Sheet:
    • -fx-background-color: burlywood;
  • Local Style Properties;
    // root.setStyle("-fx-background-color: green;");
  • When Both local and external styles are implied, local overrides the external style sheet properties.
 
Snapshot:

Pane background color burly wood

Note

Now use Group ::

Runtime :: Group background color, Group extends Parent. Group does not add any addtional CSS properties