JTextArea ; 10 import java.awt.BorderLayout; 11 12 public class MyTextArea { 13 14 private JFrame frame; 15 private JTextArea textArea; ...
確定! 回上一頁