I need to write an if statement that will transfer focus from one textfield to the next. I have a statement that will transfer focus from the first to the second but not the second to the third. How do I say in java language: if (GrpAcctNumber has focus) ssn.transferFocus(); else name.transferFocus(); this is what I have now: