JTextField的常用構造方法: JTextField() 構造一個新的TextField。 ... jf = new JFrame(“TextField案例”); ... JTextArea() 構造新的TextArea。
確定! 回上一頁