Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: Problem in rotating and moving image at the same time

    Perhaps, but in my view this defeats the purpose of write once run anywhere since other systems may not have that option (you would also have to ask the user to change it or potentially effect the...
  2. Re: Problem in rotating and moving image at the same time

    How to Use Swing Timers (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Other Swing Features)

    Working off the code I posted above, and using the array which specifies if a key is...
  3. Re: Problem in rotating and moving image at the same time

    You'll most likely need to store which buttons are pressed and deal with the combinations as they present themselves. You can keep an array which corresponds to each key, set their values upon...
Results 1 to 3 of 3