我正在用java创建一个文件夹和文件树. Windows和OSX使用以下代码返回系统图标和名称:
new JFileChooser().getIcon(File f); new JFileChooser().getName(File f);
有没有可能获得unix系统的图标和名称?系统命令也可以.
谢谢.
看看https://stackoverflow.com/questions/1629172/how-do-you-get-the-icon-mime-type- and-application-associated-with-a-file-in-the
所有这些答案都会让你在C或C中弄清楚. Java从未真正与原生外观和风格押韵……