Search:

Type: Posts; User: Json

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    5,698

    Re: Delay/Wait/Pause in Java + AirBrushing

    I would avoid the multiple threads solution and just have an update method and a repaint method. This is how I write my games btw.

    You call both methods all the time but in the update method you...
  2. Replies
    6
    Views
    5,698

    Re: Delay/Wait/Pause in Java + AirBrushing

    So are you saying that you want a certain action to happen every 90ms but you want the repaint method to happen all the time?

    // Json
Results 1 to 2 of 2