XML Feeds

.

[java-dev] Re: Gui progress bar in mxj?

Owen Green owen at owengreen.net
Fri Aug 3 06:07:05 MDT 2007


Carl Knott wrote:
> In answer to your questions, I have lots of experience with Java 

Good, that makes explaining the main thing to watch about doing gui 
stuff in mxj pretty easy:

It's important that AWT/Swing things happen in the AWT event thread, not 
the max/mxj thread (due to cocoa /carbon squabbling on the mac), 
otherwise lockups and other badness ensues. Liberal use of 
SwingUtilities.invokeLater() is the key.

-- 
O


More information about the java-dev mailing list