Search:

Type: Posts; User: Clex19

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    7,373

    [SOLVED] Re: Making an image move with arrow keys

    I managed to make it work with key binding. However, I also discovered how to do it the way I originally wanted:


    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import...
  2. Replies
    4
    Views
    7,373

    [SOLVED] Re: Making an image move with arrow keys

    Thanks for the reply, Fubarable.

    Key binding looks very complicated to me, but I guess if there's no other way then I'll try my best to figure out how to do it that way. I thought it would be much...
  3. Replies
    4
    Views
    7,373

    [SOLVED] Making an image move with arrow keys

    I need help with making an image of a spaceship move when I press an arrow key. For now, all I want to do is make the spaceship image move to the right when I press the right arrow key. Here's part...
Results 1 to 3 of 3