Is there a sanctioned timer class to use that fires in the UI thread?  I
tried using javax.swing.Timer, which sort of works (in that it doesn't
complain about being on the wrong thread), but actions taken by the timer
callback don't manifest in the UI until the next time something runs code in
the UI thread (in my case, a GetQuery).

Reply via email to