Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTextField's default keybindings are disabled (cut, paste ...)

99443May 4 2011 — edited May 5 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2011
Added on May 4 2011
4 comments
438 views