try something like try { Thread.sleep(random.nextInt(50)); } catch (InterruptedException ignore) {}
on the event dispatch thread.
> try something like try {
> Thread.sleep(random.nextInt(50)); } catch
> (InterruptedException ignore) {}
on the event
> dispatch thread.
Couldn't a simple timer achieve the same thing?