JTextField field = new JTextField("Read Only JTextField Example"); // for JTextArea: JTextArea field = new JTextArea();. To make JTextField read only or non ...
確定! 回上一頁