how snapshot the entire scene in javafx?
问题 have this fully working code but i don't know how snapshot the entire scene in JAVAFX as PNG format ? i try to export pie Chart as snapshot it work but i couldn't figure how to add another chart to be snapshot also . this is my code package javaapplication5; import java.io.File; import java.io.IOException; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.embed.swing.SwingFXUtils; import javafx.scene.Group;