String html = "<body>ciao mondo</body>";
JEditorPane pane = new JEditorPane("text/html", html);