aspose file tools
The moose likes Swing / AWT / SWT and the fly likes if statement to transfer focus Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "if statement to transfer focus" Watch "if statement to transfer focus" New topic
Author

if statement to transfer focus

Candy Bortniker
Ranch Hand

Joined: Mar 17, 2003
Posts: 123
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:
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: if statement to transfer focus
 
Similar Threads
.transferFocus()
after sendRedirrect why compiler is not giving unreachable code exception
Problem with caret position using JFormattedTextField w/ DefaultFormatter
retain focus on child page while refreshing parent page
How can I keep focus on the component pressed until I pressed other component????