|
Re:setting the Cursor to a new TextField
|
Posted: Apr 21, 2002 1:03 AM
|
|
Thanks for the help. Managed to do it! The scrollpane worked.
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 I get the compilor error message: setCursor() not found in java.awt.TextField
does anybody know what I should do? Thanks
|
|