JFrame f = new JFrame("Text Area Examples");. f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); JTextArea content = new JTextArea(100,10) ;
確定! 回上一頁