JTextArea texta = new JTextArea("", 5, 20); // add text to JTextArea texta.setText("Some example text"); // auto scroll to bottom of JTextArea
確定! 回上一頁