| Author |
Cannot resolve symbol....
|
Andrew Hartman
Greenhorn
Joined: Mar 18, 2004
Posts: 16
|
|
Hi, Im having a problem with compiling some code. Could anyone please tell me what the problem is: and a test file: My compiling errors are: EditorPaneFrame.java:15: cannot resolve symbol symbol : class WindowAdaptor location: class EditorPaneFrame addWindowListener(new WindowAdaptor() ^ EditorPaneFrame.java:45: cannot resolve symbol symbol : method addActionListner (<anonymous java.awt.event.ActionListener> location: class javax.swing.JButton backButton.addActionListner(new ActionListener() ^ 2 errors Hope someone can help, many thanks
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
Looks like typos
|
 |
 |
|
|
subject: Cannot resolve symbol....
|
|
|