*/
public static WebNotification showNotification ( final Component showFor, final WebNotification notification )
{
// Notifications caching
notificationWindows.put ( notification, SwingUtils.getWindowAncestor ( showFor ) );
notification.addPopupListener ( new PopupAdapter ()
{
@Override
public void popupWillBeClosed ()
{
notificationWindows.remove ( notification );