* @see de.willuhn.jameica.gui.dialogs.AbstractDialog#paint(org.eclipse.swt.widgets.Composite)
*/
protected void paint(Composite parent) throws Exception
{
LabelGroup group = new LabelGroup(parent,i18n.tr("Konfiguration"));
group.addText(text == null ? i18n.tr("Bitte w�hlen Sie die zu verwendende PIN/TAN-Konfiguration aus") : text,true);
final TablePart table = new TablePart(PinTanConfigFactory.getConfigs(), new Action() {
public void handleAction(Object context) throws ApplicationException
{
if (context == null || !(context instanceof PinTanConfig))