private JTextField JTextField1; ints number1 = JTextField1; JTextField1 = New JTextField("",10); add(JTextField);
Anyway to do this, The error is Cannot use JTextField for ints, Something like that, I had this error like a week ago and plan to rewrite it.