Dialogs.showError(this, i18n.tr("Could not read cover file: {0}", filename),
i18n.tr("JHylaFAX Error"));
return false;
}
fax.cover = new FaxCover(Settings.PAPER.getValue());
fax.cover.from = coverSenderTextField.getText();
fax.cover.to = coverRecepientTextField.getText();
fax.cover.regarding = coverSubjectTextField.getText();
fax.cover.comments = coverCommentTextArea.getText();
fax.cover.todays_date = SimpleDateFormat.getDateTimeInstance().format(new Date());