Search:

Type: Posts; User: serdar

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,911

    Re: Is Key Pressed statements

    to change background image you should have

    *array with image names on ImageTest class
    *setImg() method on ImagePanel class
    * I'm using ImageHelper.class to load Images
    *counter to go to next...
  2. Replies
    6
    Views
    1,911

    Re: Is Key Pressed statements

    each key has different Key Code for example space is 32
    you should add KeyListener to your component
    and the you can check which key is pressed like
    if(event.getKeyCode()==32)
Results 1 to 2 of 2