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