I have a JavaFX application which permits the user to select a file. The file could be an application.
I want to display the file's icon in an JavaFX ImageView
.
Is there a cross-platform solution to get such icon image and display it in an ImageView
?