On 11.06.2013 17:21, Anthony Petrov wrote:
On 06/11/2013 03:31 PM, Sergey Bylokhov wrote:
On 11.06.2013 15:04, Anthony Petrov wrote:
In (X)KFMPeer.java we know we always operate on Window instances. The
setCurrentFocusedWindow(Window) method will never be called with any
other components. Therefore, to avoid the overhead of taking multiple
locks I suggest to use the AWTAccessor.getPeer directly in this case.
Also at least in XToolkit TTP has its own peers map for text components:
specialPeerMap
--
Best regards, Sergey.