Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

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

    Right.
    The OP is getting real-time responses to key presses. I don't know if that is possible because of these OS things.
  2. Re: Problem in rotating and moving image at the same time

    On WinXP the delay can be set in the Control panel
  3. Re: Problem in rotating and moving image at the same time

    What did you see when you added the print statements to the listener? Did the printed output occur in realtime with your key presses or were there delays, batching and some missed presses?
  4. Re: Problem in rotating and moving image at the same time

    On Windows: Look at how the keyboard responses are set in the Control panel. It will effect how fast you get events.

    Add some println() statements to all the listener methods to display when they...
  5. Re: Problem in rotating and moving image at the same time

    One suggestion so far: do the setVisible() call after everything is ready to be shown.
Results 1 to 5 of 5