I hope you folks will bear with me. It’s been 12 years since I retired and used Java and I never coded the GUI. My job was the backend.
I’ve designed the form using NetBeans and it does most of the work. But I’m having trouble with events and focus in jTextField. Entering data and depressing entry allows access to the contents the user has entered but doesn’t go to the next field. Depressing tab moves the focus to the next field but does not allow access to the data in the first field. I’ve tried to find a .setFocus and am rewarded with about 6 options none of which do what I want. I have searched docs and tutorials and obviously not found the right one. Any help will be appreciated. There are 10 types of people in the world, those that understand binary and those that don't.
