protected ComplexComponentExpression(final String name)
{
setName(name);
try
{
final PdfExportDialog dlg = new PdfExportDialog();
pif = dlg.getContentPane();
pif.setVisible(true);
// remove the old content pane from the dialog, so that it has no
// parent ...
dlg.setContentPane(new JPanel());
}
catch (Exception e)
{
logger.error("PDFDialogInitialization failed");
}