super(app.getMainFrame(), true);
setTitle(s_stringMgr.getString("ExportDialog.title"));
setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
final ExportConfigPreferences prefs = plugin.getPreferences();
setContentPane(new ExportPanelBuilder(app).buildPanel(prefs));
}