JEditorPane.setText doesn't resolve <img> tag
May be somebody knows why JEditorPane's setText method doesn't resolve the <img> tag inside string even with absolute file path? It only shows the rectangle where an image must be placed.
its setPage method works fine taking path to html file containing <img> tag.
Thanks.

