cut/copy/paste actions in JTextComponents
Hi all,
I'm trying to provide my own implementation of cut/copy/paste actions in a JTextComponent. I've added them to the root pane of the dialog with the text component in them, but looks like the text area is handling them first. How do you disable the text components actions so it doesn't handle them and propogates the key actions to the root pane of the dialog?
thanks,
J

