i already tried to fix.... tried to declare Jframe and everything...
Code:
client.java:2473: cannot find symbol
symbol : variable Jframe
location: class client
Jframe = new Jframe(args);
^
Jframe.java:79: addActionListener(java.awt.event.ActionListener) in javax.swing.
AbstractButton cannot be applied to (Jframe)
menuItem.addActionListener(this);
^
Jframe.java:91: addActionListener(java.awt.event.ActionListener) in javax.swing.
AbstractButton cannot be applied to (Jframe)
menuItem.addActionListener(this);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
Finished!
Press any key to continue . . .