Topic: 在eclipse中使用SelectionAdapter类时出错 |
Print this page |
1.在eclipse中使用SelectionAdapter类时出错 | Copy to clipboard |
Posted by: dreamtobetrue Posted on: 2006-10-30 11:19 在eclipse中使用事件: newItemToolItem.addSelectionListener(new SelectionAdapter() { //@SuppressWarnings("unused") public void WidgetSelected(SelectionEvent e) { String str=text.getText(); MessageDialog.openInformation(null,null,str); } }); 在使用黑体的方法时,总提示:从不以局部方式适用SelectionAdapte类中的WidgetSelected的方法。 请问这是什么意思,如何解决? |
2.Re:在eclipse中使用SelectionAdapter类时出错 [Re: dreamtobetrue] | Copy to clipboard |
Posted by: dreamtobetrue Posted on: 2006-10-30 11:21 出现这种提示后,程序的事件处理不能正常实现。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |