AWT event dispatch thread question

2005-01-18 Thread Jeroen Frijters
Hi, I noticed the recent ClasspathToolkit changes to handle native events (nativeQueueEmpty, iterateNativeQueue and wakeNativeQueue) and I was wondering if it wouldn't be a better idea to put this stuff in EventDispatchThread (and defer construction of the EventDispatchThread to the Toolkit implem

Re: AWT event dispatch thread question

2005-01-18 Thread graydon hoare
Jeroen Frijters wrote: I noticed the recent ClasspathToolkit changes to handle native events (nativeQueueEmpty, iterateNativeQueue and wakeNativeQueue) and I was wondering if it wouldn't be a better idea to put this stuff in EventDispatchThread (and defer construction of the EventDispatchThread to

RE: AWT event dispatch thread question

2005-01-19 Thread Jeroen Frijters
graydon hoare wrote: > Jeroen Frijters wrote: > > > I noticed the recent ClasspathToolkit changes to handle > native events > > (nativeQueueEmpty, iterateNativeQueue and wakeNativeQueue) and I was > > wondering if it wouldn't be a better idea to put this stuff in > > EventDispatchThread (and defe