JTextArea cannot accept anything except for "plain text" (no images/movies, all text is formatted exactly the same).

If you want, you can try using a JEditorPane (or JTextPane) as both of these...