Hi , i have created a login window with userid and password field in Swing. i validate these fields and pop up an error message. If an user leaves password field blank, a message window is displayed with message " please enter password".Now i want the following functionality to be achieved.On click of ok button in message window the focus should return to password field in Login window. how can this be done?