public class Activator {
public static final String PLUGIN_ID="com.test";
public ImageDescriptor getImage(String path){
return ResourceLocator.imageDescriptorFromBundle(PLUGIN_ID,path).orElse(null);
}
public static void main(String[] args) {
String pngpath="platform:/plugin/org.eclipse.ui/icons/full/obj16/fldr_obj.png";
Image image =getImage(pngpath).createImage();
}
}
相关文章
- 02-05导入的eclipse 中 maven项目,项目中已经加入lombok.jar包,但是不能编译成功
- 02-05使用eclipse平台jar包中的图片
- 02-05pom中定义某jar包的依赖,但并不使用该jar包,那最后部署的应用中会有这个jar包么?
- 02-05Eclipse导入的工程后referenced libraries中的jar包中文注释显示乱码解决方法
- 02-05阿里的maven镜像仓库,eclipse中使用maven下载jar包的时候提升速度
- 02-05使用wireshark在windows平台下捕获HTTP协议数据包中的帐号密码信息
- 02-05项目红色感叹号eclipse因Web App Libraries中的jar包missing导致项目红色感叹号
- 02-05eclipse使用maven install 命令,生成war包中没有jsp/js/css的解决方法
- 02-05Eclipse打JAR包的使用
- 02-05使用Eclipse把java文件打包成jar 含有第三方jar库的jar包