static JTextPane jTextPane() { ret jtextpane(); } static JTextPane jTextPane(S text, AttributeSet attributes) { ret jtextpane(text, attributes); } static JTextPane jTextPane(S text) { ret jtextpane(text); }