jdk/test/javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.html
author serb
Fri, 24 Oct 2014 11:41:08 +0400
changeset 27501 270a993c1881
permissions -rw-r--r--
7154054: [macosx] Can't distinguish the focus move to next cell Reviewed-by: azvegint, alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27501
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     1
<!--
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     2
 Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     3
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     4
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     5
 This code is free software; you can redistribute it and/or modify it
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     6
 under the terms of the GNU General Public License version 2 only, as
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     7
 published by the Free Software Foundation.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     8
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
     9
 This code is distributed in the hope that it will be useful, but WITHOUT
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    10
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    11
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    12
 version 2 for more details (a copy is included in the LICENSE file that
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    13
 accompanied this code).
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    14
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    15
 You should have received a copy of the GNU General Public License version
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    16
 2 along with this work; if not, write to the Free Software Foundation,
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    17
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    18
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    19
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    20
 or visit www.oracle.com if you need additional information or have any
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    21
 questions.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    22
-->
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    23
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    24
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    25
<html>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    26
  <head>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    27
    <title>Keyboard Navigation in JTable</title>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    28
  </head>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    29
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    30
  <body>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    31
    <h1>Keyboard Navigation in JTable</h1>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    32
    <applet code=KeyBoardNavigation width=500 height=200>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    33
    </applet>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    34
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    35
    <p>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    36
      Refer to bug report 4112270 for spec of keyboard navigation. Check all combinations of navigational keys in all four modes shift and control verifying each change to the selection against the spec.
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    37
       If it does, press "pass", otherwise press "fail".
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    38
    <hr>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    39
    <address><a href="mailto:milne@taller">Philip Milne</a></address>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    40
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    41
  </body>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    42
</html>
270a993c1881 7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff changeset
    43