A
Anonymous
I am using a JEditorPane to display HTML which works just fine.
But I would like to have the option of not automatically downloading imbeded images.
Is there a setting that allows such option in JEditorPane or some other helper class that I can use?
I also want to be able to access the links inside image maps in my app.
I can iterate through all other links using the ElementIterator. But this doesnt work on links inside image maps.
If anyone has a solution to these, I would appreciate the help. Thanks.
But I would like to have the option of not automatically downloading imbeded images.
Is there a setting that allows such option in JEditorPane or some other helper class that I can use?
I also want to be able to access the links inside image maps in my app.
I can iterate through all other links using the ElementIterator. But this doesnt work on links inside image maps.
If anyone has a solution to these, I would appreciate the help. Thanks.