SWTJface 如何获取ImageDescriptor
Bundle bundle = (Bundle) FrameworkUtil.getBundle(this.getClass());
URL url = FileLocator.find(bundle, new Path("icons/alt_window_32.gif"), null);
ImageDescriptor image1 = ImageDescriptor.createFromURL(url);
发布时间: 2012-10-15 09:45:25 作者: rapoo
SWTJface 如何获取ImageDescriptor
Bundle bundle = (Bundle) FrameworkUtil.getBundle(this.getClass());
URL url = FileLocator.find(bundle, new Path("icons/alt_window_32.gif"), null);
ImageDescriptor image1 = ImageDescriptor.createFromURL(url);