110111112113114115116117118119120
public void run() { event.dispatch(); } }.start(); try { button.wait(1000); } catch (InterruptedException e) { e.printStackTrace(); } } assertTrue(runnableCalled);
109110111112113114115116117118119