JTextField in a JPopupMenu
843789Jun 10 2009 — edited Jun 11 2009I am trying to put a JTextField into a JPopupMenu. The JTextField is unable to gain focus even after calling grabFocus()/requestFocus(). From searching, it seems there is a glitch that each keep on trying to grab the focus from each other. However, I could not find any solution to the problem. Any advice would be helpful.