File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes JEditorPane repaint issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JEditorPane repaint issue" Watch "JEditorPane repaint issue" New topic
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?
 
IntelliJ Java IDE
 
subject: JEditorPane repaint issue
 
Threads others viewed
GUI thoughts
wanting a mouseListener
Fitting HTML page within JEditorPane
Images in User Help file
Convert html into an image
developer file tools