jdk/test/java/awt/Component/F10TopToplevel/F10TopToplevel.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 6533175
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  @summary Block F10 if closest toplevel to keystroke target is not a Frame.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
  @author yuri nesterenko : area= awt.toplevel
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
  @run applet F10TopToplevel.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
  -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
<title>  </title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
<h1>F10TopToplevel<br>Bug ID: 6533175 Pressing F10 when a modal dialog is visible hangs the Xserver, XToolkit</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
<p> This is an AUTOMATIC test, simply wait for completion </p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
<APPLET CODE="F10TopToplevel.class" WIDTH=200 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
</html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21