colophonArea.setText("");
this.bookFiles = bookFiles;
if (bookFiles != null &&
BookState.getMainInstance().getMetadata() != null) {
colophonGen = new ColophonGenerator(
bookFiles,
BookState.getMainInstance().getMetadata());
colophonArea.setText(colophonGen.getTextOfCopyright());
setVisible(true);