Okay, I'm getting an error in the line:
I get the error Cannot Find Symbol
The code works fine when I take out the implements KeyListener, but when I put it in it won't compile.
Code:
public class Graphics extends JFrame implements KeyListener {
The code works fine when I take out the implements KeyListener, but when I put it in it won't compile.
Comment