setWrapStyleWord(true); JScrollPane scroll2 = new JScrollPane(ta2); JTextPane tp = new JTextPane(); tp.setText(markup); // Create an AttributeSet with which ...
確定! 回上一頁