sasTag.addAttribute(htmlTag, sasAttr);
parentTextPane.setCharacterAttributes(sasTag, false);
parentEkit.refreshOnUpdate();
}
parentTextPane.select(caretOffset, caretOffset + internalTextLength);
parentTextPane.requestFocus();
}
}
}
private void insertAttribute(SimpleAttributeSet attrs, Object key, Object value)