Changing Keybindings

I have had reason to change the default Action associated with the TAB key on a JTable.

This works fine, except for one small point - as such I would like to view the original code for the action associated with the TAB key, I am using the metal look and feel, in 1.4, for historical reasons.

Digging around a little, I was unable to trace the source for this (or indeed any of the default key Actions)

Anyone know where this elusive code hides?

Would be much appreciated.

[503 byte] By [dalemana] at [2007-11-27 4:54:53]
# 1
> > Anyone know where this elusive code hides?> I would guess in the JTable UI delegate, so have a look at the class javax.swing.plaf.basic.BasicTableUI.
Torgila at 2007-7-12 10:09:41 > top of Java-index,Desktop,Core GUI APIs...
# 2
You guessed well - cheers - and saved me some valuable time. I should have thought to look in the plaf package.
dalemana at 2007-7-12 10:09:41 > top of Java-index,Desktop,Core GUI APIs...
# 3
I have now solved the issue beautifully, Thanks again.
dalemana at 2007-7-12 10:09:41 > top of Java-index,Desktop,Core GUI APIs...