How to NOT subscribe an action?

I have a jTable with a list of clients. When I press the array key down, the client attributes apear in the jFrame (in other components, like jLabels). And then I want to select that client when I press enter (exit the jFrame).

The problem with the arrow key is that it subscribes the 'go down' action it has.

Thanks!

Message was edited by:

ariane.felix@gmail.com

Message was edited by:

ariane.felix@gmail.com

[456 byte] By [ariane.felix@gmail.coma] at [2007-11-26 23:59:52]
# 1
This posting shows how to create a custom Action as well as disable an existing Action: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=657819
camickra at 2007-7-11 15:49:17 > top of Java-index,Desktop,Core GUI APIs...