How do you set a focus on Textfield in Swing?

前端 未结 5 1292
名媛妹妹
名媛妹妹 2020-12-30 18:33

I have created one form using Swing in Java.In the form I have used one textfield on which I have to set the focus whenever I press the key.How to set focus on a particular

5条回答
  •  旧时难觅i
    2020-12-30 19:29

    Now that we've searched the API all we need to do is read the API.

    According to the API documentation:

    "Because the focus behavior of this method is platform-dependent, developers are strongly encouraged to use requestFocusInWindow when possible. "

提交回复
热议问题