JFrame f = new JFrame("Text Field"); JButton button = new JButton("Click!"); button.addActionListener(this); JTextArea textArea = new ...
確定! 回上一頁