|
-
Jun 2nd, 2006, 06:15 AM
#1
Thread Starter
Lively Member
java:How to Focus the control during Runtime?
Hai Guys..
How to Focus the particular control during load of your application.For example,if i run my java prg(SWING)..i have 3 textboxes in that...
Among these..i want to focus the 3rd textbox during my application running..
is there any methods in TextField package...pls clear my question.
-
Jun 2nd, 2006, 07:23 AM
#2
Re: java:How to Focus the control during Runtime?
Code:
jTextField2.requestFocus(false);
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 3rd, 2006, 02:06 AM
#3
Thread Starter
Lively Member
Re: java:How to Focus the control during Runtime?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|