JTextField's default keybindings are disabled (cut, paste ...)
99443May 4 2011 — edited May 5 2011Hi,
The default keybindings for JTextField (ctrl-c for copy, ctrl-x for delete, ctrl-v for paste) on windows platform are not working in my application. They do work per samples in java tutorials. These are of course "standalone".
So, there is something in my program (reasonably large ) that is causing this default behaviour to change. Any clues ?.
I disabled UIManager and it' look-n-feel changes. I don't recollect changing JTextField or it's ancestors. (JTextComponent ...)
Much thanks
/rk