setText (htmltxt); JTextPane tp=new JTextPane(); tp.setText(htmltxt); if (getPreferredSize().getWidth() > maximum_width) { htmltxt="<html><div width='" + ...
確定! 回上一頁