hhh

常用链接

统计

最新评论

2006年10月30日 #

SWT如何获得本地文件系统的图标等表示信息

 在swing中
  
  FileSystemView.getFileSystemView().getSystemDisplayName(file);
  
  
  FileSystemView.getFileSystemView().getSystemIcon(file);
  
  可以采用上面的方法得到。

  那SWT中如何做到呢?

posted @ 2006-10-30 16:20 hhh 阅读(1094) | 评论 (2)编辑 收藏