Hi,

On Tue, Mar 5, 2013 at 2:15 PM, Dan Gravell
<elstensoftw...@googlemail.com> wrote:
> ...Stopping the
> bundles has the effect of calling:
>
> @Deactivate def shutdown() {
> awt.SystemTray.getSystemTray.getTrayIcons.foreach(systemTray.remove);
> ...

It's been a long time since I did any AWT...shouldn't that be called
with EventQueue.invokeAndWait(...) to avoid trouble with the AWT
events queue thread?

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to