Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Nigel Wade Newsgroups: comp.lang.java.gui Subject: Re: How to force the timer to start Date: Wed, 30 Nov 2011 09:30:53 +0000 Lines: 20 Message-ID: <9jmbeeF6rjU1@mid.individual.net> References: <3be9f413-0634-4b56-8e24-8d85dd121793@d5g2000prf.googlegroups.com> <0SeAq.35611$t37.22355@newsfe14.iad> <8d16bb94-4669-4027-932e-dd3118d8b53e@r9g2000vbw.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 2Waju9p+47J1REbqtV6bqAWQEbHARljvW1KxfhrfhP0RSuR10L Cancel-Lock: sha1:bBRgdm1/lE4A5yWesOAQZHyvuCY= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 In-Reply-To: <8d16bb94-4669-4027-932e-dd3118d8b53e@r9g2000vbw.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4783 On 29/11/11 21:25, simplicity wrote: > Providing the sample code is not so easy in this case because most of > it is a binary file with tons of dependencies. > > I thought I described the issue quite clearly in my second post: it is > a native code that seems to be halted until I do the mouse move hence > the question was what kind of mechanism would link the execution of > the native method in the DLL to mouse moves. > Generally, by failing to respect thread-sensitive issues in Swing. Especially with regard to doing all Swing work on the EDT, and not blocking the EDT with long running tasks, or event driven code. Beyond that there's not really much which can be said, given there is no working [failing?] example to examine. -- Nigel Wade