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).
- UI thread timer? Bill van Melle
- Re: UI thread timer? Chris Bartlett
- Re: UI thread timer? Greg Brown
- Re: UI thread timer? Bill van Melle
