Can't type in a popup with JTextField
已回答
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. 
请先登录再写评论。
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