如何在JTextArea中添加ArrayList?
我是这样用的..
for(int i=0;i<array.size();i++)
     textArea.append(array.get(i));
但是这样好象不能显示,不知道我是没有存数据进array去还是什么问题..