SimpleAttributeSet attrset = new SimpleAttributeSet();StyleConstants.setForeground(attrset,Color.BLACK );StyleConstants.setBackground(attrset,Color.WHITE);getStyledDocument().setCharacterAttributes(start_line, end_line - start_line,attrset, false);
详细解决方案
JTEXTPANE 改变某行样式
热度:14 发布时间:2023-12-14 06:18:32.0