static JTextPane jcenteredTextPane() { ret jcenteredtextpane(); } static JTextPane jcenteredTextPane(S text, AttributeSet attributes) { ret jcenteredtextpane(text, attributes); } static JTextPane jcenteredTextPane(S text) { ret jcenteredtextpane(text); }