I have a BorderPane with many components. Is there a way to convert the BorderPane into Image and store in into ImageView?
Asked
Active
Viewed 264 times
1 Answers
0
Yes, there is.
JavaFX Node
has a snapshot
API. See a simple example here, and a more complex example here.
Related StackOverflow questions: