Can't type in a popup with JTextField
Answered
Hi,
The purpose of this plugin is to simply create a popup with JTextField so that I can type something on it. However, The JTextField is not focusable and nothing can be typed on it. A little bit of information, I am using Windows 10 and Intellij 2020.1 version
Any thoughts about this? Thanks.
Please sign in to leave a comment.
Chris, sorry but it's hard to guess the problem with no information about your current implementation. You may consider providing some minimal reproducible example so it'd be easier to debug the problem.
It's a common Swing issue, however, you can easily resolve it by setting the following flags:
Gosh, you just save my life. Thanks