jt3=new JTextArea(100,50); jt3.setText("Third TextArea"); jt3.setFont(new Font("Times New Roman",Font.PLAIN,22)); js3=new JScrollPane(jt3);
確定! 回上一頁