Search code examples
javaiconsfile-browser

How do I get a file's icon in Java?


I'm making a basic file browser and wish to display the icon of each file. Is there any way to get this?


Solution

  • Icon icon = FileSystemView.getFileSystemView().getSystemIcon( File );