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

[405 byte] By [justinlawlera] at [2007-11-26 23:44:39]
# 1
[url http://java.sun.com/docs/books/tutorial/uiswing/misc/keybinding.html#howto]How to Remove Key Bindings[/url]
camickra at 2007-7-11 15:16:16 > top of Java-index,Desktop,Core GUI APIs...