I'm trying to use this code, but it will only display the image in jtextpane and it does not display the text.
JLabel label = new JLabel("<html>some text here<img src='http://www.yoursie.com/image.jpg'></html>");
then using this label in JTextPane.