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!