desktop.createWindow(content, 30, 120, 800, 600);
}
private void createImportDialog() {
Action importAction = addDialogActionToToolbar(DATA_PANEL, "Import",
new ImportDialog(importer, dataSources));
new RestrictImporterToOneDataSourceManager(dataSources, importAction)
.init();
}