There is any way to automatically by default select text in JTextField and JTextArea when focusGained event occurs?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
You just said how to do it -- focusGained event of a FocusListener. You can then get the JComponent whose focus has been gained via FocusEvent's Something like:
|
|||||
|
|
This is what you need:
More below:
|
|||||||
|
|
Are you expecting something like
|
|||||||
|