Would anyone know how to set the cursor to a TextField? For example I have 10 TextFields, all asking for input. For usability purposes, I would like the user to be able to enter their input, press "Enter" and follow on to the next TextField. At the moment I have to use tab to move to the next TextField. I tried using t1.setCursor() (where t1 is my TextField) but since setCursor does not exist in java.awt.TextField I get a compiler error message