【问题标题】:Append Html link with ImageIcon on JTextPane?在 JTextPane 上附加带有 ImageIcon 的 Html 链接?
【发布时间】:2012-01-17 22:30:37
【问题描述】:

我正在尝试使用 HtmlLink 在 JTextPane 上加载图像图标,但 HtmlLink 会显示在像这样的图标的下一行......

          ImageICON
          HTMLLINK 

我期待输出:ICON HTMLDATA

       jTextPane2.insertIcon(icon);
        kit.insertHTML(hdoc,hdoc.getLength(),string_html, 0, 0,null);

【问题讨论】:

    标签: java html swing user-interface jtextpane


    【解决方案1】:

    检查 string_html 内容。它不能有任何块标签,如 、


    等。

    【讨论】:

    • 不,它只是 string_html="" +name+"" ;
    • 也可以使用HTMLDocument的方法,insertHTMLBeforeStart、insertHTMLAfterStart、insertHTMLBeforeEnd、insertHTMLAfterEnd
    猜你喜欢
    • 1970-01-01
    • 2011-11-09
    • 1970-01-01
    • 2013-09-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多