JTextArea ; import javax.swing.SwingUtilities; public class TextAreaDemo extends JFrame { private JButton add = new JButton("Add Data"); private JButton ...
確定! 回上一頁