JDK-4307147 : Programmatically TAB within a JTable
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0,1.4.0
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_95
  • CPU: x86
  • Submitted: 2000-01-25
  • Updated: 2010-05-19
Related Reports
Duplicate :  
Description

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) 
======================================================================

Comments
EVALUATION sounds like a good idea. ###@###.### 2001-11-19
19-11-2001