In a Java project (SWT desktop app), I want to inform the user about events through animated notification box (actually, it’s not required to be animated). Something like MSN or any other IM client.
There is JToaster for Swing, but I wonder if there isn’t any other implementation based on SWT.
Thanks!
The MyLyn plugin for Eclipse does this. Since it’s open source, maybe you can check the MyLyn code to see how it’s done there?