File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Focus on textbox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Focus on textbox" Watch "Focus on textbox" New topic
Author

Focus on textbox

anuragbhalla
Greenhorn

Joined: Aug 01, 2000
Posts: 16
Hello guys
I want the cursor to be on a specific textbox when my
applet loads.How do I do that ??
Also, can I set the focus on a text box on generation of some event
Thanx in anticipation
Anurag

Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4120

anuragbhalla,
Sure... just use the requestFocus() method of Component( which TextBox(?!?!) (I assume you mean TextField or TextArea.) inherits from.) You can do this when you first display it, or in response to an event... Just remember, as the API doc on this method states, "The component must be visible on the screen for this request to be granted."
HTH,
-Nate
P.S. - Some people on here might bug you about this, too... But JavaRanch's naming policy states that you have to have a name with a space in it... Not being picky... it is just the rule...

-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
 
subject: Focus on textbox
 
Threads others viewed
How do you show a component that has focus?
question on changing focus
when focus to select drop down focus go to textbox, how do?\
set focus in textbox inside sliding bar
Control transfer between Two Textareas
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com