}
catch (Exception ex) {
ex.printStackTrace();
}
}
if (chooser.showSaveDialog(poolFlamePreviewPnl) == JFileChooser.APPROVE_OPTION) {
File file = chooser.getSelectedFile();
new JWFDanceWriter().writeProject(project, file.getAbsolutePath());
prefs.setLastOutputJWFMovieFile(file);
}
}