Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Created November 18, 2012 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phdoerfler/4105954 to your computer and use it in GitHub Desktop.
Save phdoerfler/4105954 to your computer and use it in GitHub Desktop.
Saves a snapshot of the entire scene in JavaFX
BufferedImage img = SwingFXUtils.fromFXImage(stage.getScene().snapshot(null), null);
ImageIO.write(img, "png", new File("snapshot.png"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment