码迷,mamicode.com
首页 > 其他好文 > 详细

swt MouseAdapter

时间:2015-07-17 20:52:47      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    The method addInfo() in the type new MouseAdapter(){} is not applicable for the arguments (String)

    at Test$1.mouseDown(Test.java:72)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:192)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
    at Test.open(Test.java:42)
    at Test.main(Test.java:27)

swt MouseAdapter

标签:

原文地址:http://www.cnblogs.com/zhang-pengcheng/p/4655526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!