Reputation: 32113
I'm making a basic file browser and wish to display the icon of each file. Is there any way to get this?
Upvotes: 11
Views: 7871
Reputation: 324128
Icon icon = FileSystemView.getFileSystemView().getSystemIcon( File );
Upvotes: 13