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