boolean succeed = false;
getMediator().getUi().getComponent()
.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
ExportFrame a;
if (editor.getApromoreSettings() != null)
{
a = new ExportFrame(editor.getApromoreSettings());
}
else
{
a = new ExportFrame();
}
EditSessionType editSess = a.showDialog();
if (editor != null) {
IViewController[] iVC = getMediator().findViewController(IStatusBar.TYPE);
IStatusBar iSB[] = new IStatusBar[iVC.length];
for (int i = 0; i < iSB.length; i++) {