开发者

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

开发者 https://www.devze.com 2023-01-28 20:23 出处:网络
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 );
0

精彩评论

暂无评论...
验证码 换一张
取 消