zoukankan      html  css  js  c++  java
  • swt MouseAdapter

    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)

  • 相关阅读:
    三大范式
    html 横线的代码
    CSS下拉 菜单3.27第一次
    JS页面三种打开方式及对话框
    函数整理
    3.22整理作业
    for循环,if 练习
    php测试题
    设计模式
    面向对象的三大特性
  • 原文地址:https://www.cnblogs.com/zhang-pengcheng/p/4655526.html
Copyright © 2011-2022 走看看