I have two JTextFields
that cannot be edited/clicked
on unless I click outside the current JFrame
window. I have tried to setEditable
, setEnabled
, requestFocus()
, etc to true but all do not work. Any suggestions?
I do not know how to replicate the issue, but I believe it has to do with re-gettingJFrame
focus.