import javax.swing.*; · class TextFieldExample · { · public static void main(String args[]) · { · JFrame f= new JFrame("TextField Example"); · JTextField t1,t2; · t1= ...
確定! 回上一頁