static void textPane_paragraphAttributes(JTextPane p, AttributeSet attributes) ctex { StyledDocument doc = p.getStyledDocument(); doc.setParagraphAttributes(0, doc.getLength(), attributes, false); }