I'm making 开发者_JS百科a basic file browser and wish to display the icon of each file. Is there any way to get this?
Icon icon = FileSystemView.getFileSystemView().getSystemIcon( File );
I'm making 开发者_JS百科a basic file browser and wish to display the icon of each file. Is there any way to get this?
Icon icon = FileSystemView.getFileSystemView().getSystemIcon( File );
精彩评论