Skip to content

Instantly share code, notes, and snippets.

@AlecKotovichSAM
Created April 5, 2022 10:29
Show Gist options
  • Save AlecKotovichSAM/7051c9629453b2263c65df1d5f350e8f to your computer and use it in GitHub Desktop.
Save AlecKotovichSAM/7051c9629453b2263c65df1d5f350e8f to your computer and use it in GitHub Desktop.
boolean backgroundLoading = true;
Image image = new Image(url, backgroundLoading);
ImageView imageView = new ImageView(image);
stackPane.getChildren().add(imageView);
stackPane.setStyle("-fx-background-color: #3270B7");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment