|
|
Tuesday, December 03, 2002 |
|
I18nL10nPlugin v0.2 available. I18nL10nPlugin v0.2 is now available. - Configuration panel added to project configuration - You may now configure: * Resource package... [javai18n] Thanks Dave! 1:49:31 PM |
|
So I spent some time yesterday ripping out all my SwingWorker and other misc. invokeAndWait/invokeLater code and replaced it with foxtrot which provides a nice syncronous model. Basically it runs the heavy code in a seperate thread, blocks the code flow (as if invokeAndWait were used) but allows the EDT to dequee messages. Fsck'ing brilliantly easy to retrofit into a large code base (as opposed to something like Spin).. My $0.02 (sorry dave, no I10N filter in radio<g>) 6:11:14 AM |