a) JTextField contains text, so if you want to place an int into the JTextField you need to convert the int to a String - see the static methods of the Integer class. b) If you want to append, you...