[java-gui-testing] Does SWT has an EventQueue, which I can post event to SWT.
| From:"flinstone_tony" [flinstone_tony@masked-domain] |
| Sent on:Thu, 28 Feb 2008 03:20:31 -0000 |
I know that AWT has a EventQueue,which we can use to post events into=20
the JVM not the OS.
But it seems that SWT doesn't has such an EventQueue. The only way to=20
post event is the Display.post(), which will post event into OS.
The reason I want to post event into JVM not OS is that I want to run=20
serveral instances of GUI application test on the same box. Is there=20
any other choices?=20
Thanks.
Tony.
--