Search:

Type: Posts; User: Jams

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,190

    Re: Question about KeyListeners

    Thank you for your help Norm. I have it working in a more manageable way now!
  2. Replies
    5
    Views
    1,190

    Re: Question about KeyListeners

    Well, the Player class is what I would like to add these KeyListeners to. That way the The Player receives a KeyEvent and respond accordingly.

    Right now the Canvas has a KeyListener, Controller....
  3. Replies
    5
    Views
    1,190

    Re: Question about KeyListeners

    I'm creating a class to represent a player in a very small game. The Player class extends Object and has a whole slew of functionality in the works. Originally, I created a Controller class that...
  4. Replies
    5
    Views
    1,190

    Question about KeyListeners

    Does anyone know if it is possible to add a key listener to an object that is not a Component or a subclass of a component?
    I would like to add a key listener to a self defined class, but I'm not...
Results 1 to 4 of 4