final String movFileName = this.controller.getContentManager().showSaveDialog(this,
this.preferences.getLocalizedString(VideoPanel.class, "saveVideoDialog.title"),
ContentManager.ContentType.MOV, this.home.getName());
if (movFileName != null) {
final Component rootPane = SwingUtilities.getRoot(this);
final Cursor defaultCursor = rootPane.getCursor();
rootPane.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
// Disable panel actions
ActionMap actionMap = getActionMap();
final boolean [] actionEnabledStates = new boolean [ActionType.values().length];