Name: skT88420 Date: 01/25/2000
build 1.3beta-0
Pressing the TAB key in a JTable causes the focus to transfer to the next cell.
CTRL+TAB transfers the focus to the next component after the JTable. When the
method transferFocus is called on a JTable it behaves like CTRL+TAB, i.e. focus
transfers to the next component after the JTable. A convenience JTable method
is required that behaves like TAB, i.e. focus transfers to the next cell in the
JTable.
(Review ID: 100345)
======================================================================