protected void extend(Container container) throws Exception
{
if (this.filename == null)
return;
Part p = new Part() {
public void paint(Composite parent) throws RemoteException
{
String text = i18n.tr("Schl�ssel-Datei: {0}",filename);
final Label comment = new Label(parent,SWT.WRAP);