I am currently working on a music app with JavaFX and I have a another question (a bit similar to this). So you probably know the bar at the bottom of your desktop on Windows. Now an open application will be shown on this bar and when you the button is over it on some versions an small image of the open application will be shown, like this
My question is if I can edit this small image to a costum image and how to do it if it is possible. I am using JavaFX!
I imagined something like this:
Application.setSubImage(new Image("myImage.png"));