Caret and Focus in JTextField
Hi Guys.
I have a JTextField and many other components all placed within a JDialog. Now, I really wonder why the JTextfield always gets the focus and as a result gets its carez shown.
I intend to achieve that the TextField gets the focus only when I click on it. I have called getCaret().setVisible(false) on the TextField but the caret is still blinking.
Thank you in advance for any constructive answer.
Edmond