I have a JTextPane and I'm trying to make an HTML Editor. Simple
enough? HTMLEditorKit makes it simple.
I'v added a document listener on 2 JTextPanes
one shows the formated html and other shows the code
NOW THE PROBLEM
==================
When I add an Image tag to the source, it does not load it up onto
the formated html page. For example adding
<img scr="c:\whatever\abc.jpg">
Shows a broken link image instead of showing my image.
You'll say file is'nt ther? it is there, If you see preview of that
html in a broswer, IT WORKS