Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Thread: Auto Select

    by copeg
    Replies
    14
    Views
    3,127

    Re: Auto Select

    Check the API for JTextField, in particular the addFocusListener method, and suggested reading: How to write a FocusListener
  2. Thread: Auto Select

    by copeg
    Replies
    14
    Views
    3,127

    Re: Auto Select

    If the goal is to just give the JTextField focus, call requestFocus() on the component.
Results 1 to 2 of 2