JFrame ; import javax.swing. ... JFrame frame = new JFrame("Chatter"); JTextField textField = new JTextField(50); JTextArea messageArea = new JTextArea(16, ...
確定! 回上一頁