Cursor Automatically Goes to Center of JTextFields
I have a simple quesiton for you Java gurus. I have several JTextFields that I am populating with data using JDBC. However, when I click on or tab through the fields, the cursor automatically goes to the center of the box instead of the beginning, regardless of whether or not there is data in the fields. What do I need to do to have the cursor automatically go to the beginning of each field? Thanks a bunch!

