Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,988

    Re: how to use the keyboard up,down,right,left

    Please post the full text of the compiler's error message that shows what symbol can not be found and what source line in the code the error is on.
  2. Replies
    9
    Views
    1,988

    Re: how to use the keyboard up,down,right,left

    There are lots of code samples on the forum or Google.
    Do a search.

    Change the x,y values in the fillOval() method to use variables instead of hardcoded numbers.
    Then change the values of those...
  3. Replies
    9
    Views
    1,988

    Re: how to use the keyboard up,down,right,left

    Change its x,y location so when the paint method is called it will be drawn at a new location.
  4. Replies
    9
    Views
    1,988

    Re: how to use the keyboard up,down,right,left

    You will need to use a keylistener or key binding so the program will know when one of the keys is pressed and can react to it.
Results 1 to 4 of 4