Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
Currently we always dispatching events under awtLock in XToolkit. However, there are some issues, where this lock is unnecessary or even harmful (like JDK-7155963 JDK-8001463). Probably this can be improved by splitting dispatchEvent in XToolkit to dispatch events w/ and w/o awtLock.