jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 21596 0e3a39f29dbc
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<!--
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
  @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  @bug        6380743
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  @summary    Submenu should be shown by mnemonic key press.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
  @author     anton.tarasov@...: area=awt.focus
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
  @library    ../../../regtesthelpers
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
  @build      Util
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
  @run        applet SubMenuShowTest.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
  -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<title>SubMenuShowTest</title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
<h1>SubMenuShowTest<br>Bug ID: 6380743</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
<p>See the dialog box (usually in upper left corner) for instructions</p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
<APPLET CODE=SubMenuShowTest.class WIDTH=200 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
</html>