output
=
new
JEditorPane
(
)
;
output
.
setContentType
(
"text/html"
)
;
output
.
setEditable
(
false
)
;