* The action is to open a file dialog to allow the user to select a single
* file.
*/
public ActionListener createNewStarFromFileListener() {
final AdditiveLoadFileOrUrlChooser fileOpenDialog = this.fileOpenDialog;
fileOpenDialog.reset();
final IMainUI parent = this.parent;
return new ActionListener() {
public void actionPerformed(ActionEvent e) {