> Michael Emmel wrote:
> > > <http://java.sun.com/products/jfc/tsc/swingdoc-archive/threads.html>
> > > <http://java.sun.com/products/jfc/tsc/swingdoc-archive/swing_worker.html>
>
> Thanks I read these once befor and went searching for them but could not find the
> key words. ...
> invokelater clears up the problems. I neede to do this becuase
> of possible async calls from the awt.
> I cannot control this.
> It also means I dont share a graphics context between the Awt and Swing so I can
> no longer get my graphics bug using my current example.
>
> Thanks for your help.
So it looks like reading the doc at the Swing Connection
regarding threads helped Michael a bunch.
End of thread (I hope!).
- Dan