JTextArea控件的实例化要放到前面。
textArea对象你没有实例化。nb构造方法中,参考contentPane。
textArea =new JTextArea();
这么明显的提示 这个类的48行,textArea 是null的