JEditorPane append and redraw proplem :)
Hi~ I cannot speak English well. sorry :)
I'm making html displayer that scrape particular part of html in certain URL. one time operation makes many URL that should be scraped.
so it takes long time to complete .
so I want to append html message in one URL to JEditorPane and I want to see result promptly.
I can append new html message that I scraped to existing html messege .
but JEditorPane doesn't show me the result until append procedure
is end.
Could you understand my question? :)
To write question in English is very hard to me ..
It takes 30 minute ;; OTL..

