static JEditorPane jHTMLEditorPane(S html) { ret swingNu(JEditorPane.class, "text/html", html); }