我想在jtextPane中显示文本,但每次我希望它使用不同的颜色而不改变以前的文本颜色,如果可能的话 任何帮助将不胜感激 谢谢你提前
答案 0 :(得分:1)
您可以使用StyledEditorKit.ForegroundAction,还可以使用StyledDocument.setCharacterAttributes,或者编辑StyledDocument.getInputAttributes中的inputAttributes。例如,您可以使用StyleConstants.setForeground编辑MuttableAttributeSet,例如SimpleAttributeSet。