Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    2,376

    Re: Error on KeyListener

    That says your paint method is not overriding a method in the AL class.
    Does the AL class have a paint method that you can override?
  2. Replies
    12
    Views
    2,376

    Re: Error on KeyListener

    Did you add the @Override statement to ask the compiler to check your code?
  3. Replies
    12
    Views
    2,376

    Re: Error on KeyListener

    That's strange. There should be calls to the paint() method.
    Try adding an @Override statement just before the paint method to see if the compiler thinks that your paint mehtod is an override or...
  4. Replies
    12
    Views
    2,376

    Re: Error on KeyListener

    Add a println statement to the paint method to see if it is being called.
    What color will the fillOval() use?
Results 1 to 4 of 4