JTextArea text=new JTextArea();text.setLineWrap(true);//设置自动换行,之后则不需要设置水平滚动条JScrollPane scroll=new JScrollPane(text);//分别设置水平和 ...
確定! 回上一頁