JTextArea textArea = new JTextArea(4, 20); JScrollPane scrollPane = new JScrollPane( textArea ); somePanel.add( scrollPane );. If you need more ...
確定! 回上一頁