Search:

Type: Posts; User: literallyjer

Search: Search took 0.31 seconds.

  1. Replies
    6
    Views
    5,698

    Re: Delay/Wait/Pause in Java + AirBrushing

    For some reason it didn't click that you were using Swing. You have to be really careful when using multiple threads with Swing. I suggest you look into SwingUtilities.invokeLater() and...
  2. Replies
    6
    Views
    5,698

    Re: Delay/Wait/Pause in Java + AirBrushing

    Thread.sleep() -- See the Java API for more details.

    The Java API: Java Platform SE 6
Results 1 to 2 of 2