super(viewContext);
}
protected Component initComponent() {
JPanel panel = new JPanel(new ExtendedTableLayout(new double[][]{{-1},{-1}}));
panel.setBorder(new LineBorder(Color.DARK_GRAY));
this.editorPane = new JEditorPane();
editorPane.setEditorKit(new HTMLEditorKit());
editorPane.setEditable(false);