editorPane.setText(html.toString());
_component.add(editorPane, "3, 1, 3, 1");
_component.addMouseListener(new PluginComponentMouseAdapter(editorPane, checkbox));
editorPane.addMouseListener(new PluginComponentMouseAdapter(editorPane, checkbox));
}
JPanel getComponent() {
return _component;