我有这个代码: http: //paste.ubuntu.com/5621366/
但是在第 56 行,我试图调用 keyPressed 方法,但是当我尝试它时,我收到了这个错误:
error: cannot find symbol
这是 java 编译器的一个非常普遍的错误,所以我不确定如何解决它。
仅供参考:我是 Java 的初学者。
如果我删除“新”,我也会收到此错误,我需要导入一些东西吗?:
move.java:56: error: method keyPressed in class GraphicsProgram cannot be applie
d to given types;
keyPressed();
^
required: KeyEvent
found: no arguments
reason: actual and formal argument lists differ in length
1 error