protected void paint(Composite parent) throws Exception
{
Container container = new SimpleContainer(parent);
container.addText(i18n.tr("Bank-Parameter (BPD) und User-Parameter (UPD) dieses Sicherheitsmediums"),true);
final PassportPropertyList table = new PassportPropertyList(this.passport);
table.paint(parent);
ButtonArea buttons = new ButtonArea();
buttons.addButton(i18n.tr("BPD l�schen"),new Action() {
public void handleAction(Object context) throws ApplicationException
{