471472473474475476477478479480481
if ( ! ( chineseElementProperties == null ) ) { FileChooser fileChooser = new FileChooser(); int returnVal = fileChooser.showSaveDialog( null ); if ( returnVal == JFileChooser.APPROVE_OPTION) { outputFile = fileChooser.getSelectedFile().getName();