Have you worked with Swing and AWT components at all? Before you can add a JTextArea, you should probably have a JPanel, and before that, you need a top level container.

The links I used there...