static JTextPane centerTextPane(JTextPane p) { S text = getText(p); textPane_paragraphAttributes(p, style_center()); setText(p, text); ret p; }