| Author |
JEditorPane repaint issue
|
Tejas Anand Gokhale
Greenhorn
Joined: Sep 21, 2010
Posts: 3
|
|
Hello,
I am doing JEditorPane pane = new JEditorPane("text/html",sHtml); where sHtml is a dynamically generated string.
sHtml has <img> tags in it which have URLs where the images have to be picked from.
I then do pane.repaint();Thread.sleep(300); several times.
Then I get an image out of pane and write it to a file.
Problem: The images within the HTML are displayed only some of the times. Whether an image will be displayed or not is not regular. Sometimes the images are sometimes not. At other times only some of them are displayed. What exactly can be the issue? And how to fix it?
|
 |
 |
|
|
subject: JEditorPane repaint issue
|
|
|