在我的项目中,有两种类型的应用程序:
我的方案就像电子应用程序必须使用“W-App”的已安装文件夹中的图标。 (说C:\ Program Files \ W-app \ Icons)。
由于经常使用这些图像,我想到了创建“ImageRegistry”#39;。
为了创建ImageRegistry,我需要ImageDescriptor对象。
如何为工作区外的图像创建ImageDescriptor对象(来自W-app的安装目录'?
答案 0 :(得分:0)
使用
ImageDescriptor desc = ImageDescriptor.createFromFile(null, "full path of file");