* {@inheritDoc}
*/
@Override
public void actionPerformed ( final ActionEvent e )
{
notificationPopup.hidePopup ();
}
} );
final CenterPanel centerPanel = new CenterPanel ( button, false, true );
notificationPopup.setContent ( new GroupPanel ( 2, label, centerPanel ) );