setLineWrap (true);//自動換行 //將多行文字框,加到滾動捲軸面板中 JScrollPane jScrollPane = new JScrollPane(jTextArea); pane.add(jScrollPane); ...
確定! 回上一頁