/**
* @see de.willuhn.jameica.gui.dialogs.AbstractDialog#paint(org.eclipse.swt.widgets.Composite)
*/
protected void paint(Composite parent) throws Exception
{
this.panel = new NotificationPanel();
this.panel.paint(parent);
this.panel.setText(Type.INFO,i18n.tr("Bitte w�hlen Sie ein Konto aus."));
Container group = new SimpleContainer(parent);
group.addHeadline(i18n.tr("Wichtiger Hinweis"));