Example: scrollbar in textarea java textArea = new JTextArea(); scroll = new JScrollPane(textArea); //this.add(textArea); // get rid of this ...
確定! 回上一頁