JTextArea texA; JScrollPane scroll; TextEdit(String name){ super(name); init(); } void init(){ this.setBounds(100,100,600,400); JPanel pan = new JPanel(); ...
確定! 回上一頁