panel.add(new PatchLink.SideBySide(
PatchTable.getDisplayFileName(patchKey), null, patchKey, 0, null, null));
priorFile = fn;
}
final CommentEditorPanel editor = new CommentEditorPanel(c);
editor.setAuthorNameText(Util.M.lineHeader(c.getLine()));
editor.setOpen(true);
commentEditors.add(editor);
panel.add(editor);
}
}