I've never heard of putting an image in a JTextArea.

I do know that you can have just an image as a JLabel.

There's a JLabel constructor that only takes an Icon as a parameter.

Also,...