eclipse\SWT中ImageFactory无法解析问题,求高手指教
Compositetool=newComposite(shell,SWT.NONE);tool.setLayoutData(newGridData(SWT.LEFT,SW...
Composite tool = new Composite(shell,SWT.NONE);
tool.setLayoutData(new GridData(SWT.LEFT,SWT.TOP,true,false));
//创建工具栏对象,使用SWT.NONE样式
ToolBar toolBar = new ToolBar(tool,SWT.NONE);
//创建保存工具按钮
ToolItem saveItem = new ToolItem(toolBar,SWT.PUSH);
//设置工具按钮的图片
// saveItem.setImage(ImageFactory.loadImage(display,ImageFactory.SAVE_EDIT));
//设置工具按钮上的文字
saveItem.setText("保存");
//设置工具按钮上的提示信息
saveItem.setToolTipText("保存");
//创建打印工具按钮
ToolItem printItem = new ToolItem(toolBar,SWT.PUSH);
printItem.setImage(ImageFactory.loadImage(display,ImageFactory.HELP_CONTENTS));
printItem.setText("打印");
printItem.setToolTipText("打印")
程序中,ImageFactory无法解析的问题,请高手指教 展开
tool.setLayoutData(new GridData(SWT.LEFT,SWT.TOP,true,false));
//创建工具栏对象,使用SWT.NONE样式
ToolBar toolBar = new ToolBar(tool,SWT.NONE);
//创建保存工具按钮
ToolItem saveItem = new ToolItem(toolBar,SWT.PUSH);
//设置工具按钮的图片
// saveItem.setImage(ImageFactory.loadImage(display,ImageFactory.SAVE_EDIT));
//设置工具按钮上的文字
saveItem.setText("保存");
//设置工具按钮上的提示信息
saveItem.setToolTipText("保存");
//创建打印工具按钮
ToolItem printItem = new ToolItem(toolBar,SWT.PUSH);
printItem.setImage(ImageFactory.loadImage(display,ImageFactory.HELP_CONTENTS));
printItem.setText("打印");
printItem.setToolTipText("打印")
程序中,ImageFactory无法解析的问题,请高手指教 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询