没有看到你用了。而且如果使用了的话要设置为always,这样才一直显示,否则默认是需要时显示。
JTextArea jTextArea = new JTextArea(5,10);JScrollPane sp = new JScrollPane(jTextArea );放到这个滚动面板里就行了。