System.out.println( "****** HZFlashcardsDataModel.saveList() invoked" );
if ( ! ( chineseElementProperties == null ) ) {
FileChooser fileChooser = new FileChooser();
int returnVal = fileChooser.showSaveDialog( null );
if ( returnVal == JFileChooser.APPROVE_OPTION) {
outputFile = fileChooser.getSelectedFile().getName();
writeXML( chineseElementProperties, outputFile );
System.out.println( "\nOpening: " + outputFile + "\n" );