field « Focus « Java Swing Q&A





2. Focus + Validation + enabled/disabled fields    coderanch.com

Hi all, Sorry for my English. I have two consecutive fields (order and supplier). According to my system the first one will be enabled and the second one will be disabled. I have a InputVerifier that if the first field value is ok the second field will turn enabled. However, the focus should go from the first field to the second ...