jdk/test/java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html
author ant
Wed, 26 Mar 2008 16:20:01 +0300
changeset 423 1c607ab74068
child 424 c090ad2f18f2
permissions -rw-r--r--
6680135: A number of test/closed/java/awt/Focus/* tests should be opened Summary: The tests moved from the closed repository. Reviewed-by: son

<html>
<!--  
  test
  @bug 4411534 4517274
  @summary ensures that user's requestFocus() during applet initialization
           is not ignored
  @author  prs area=appletviewer
  @run shell AppletInitialFocusTest1.sh
  -->
<head>
<title> AppletInitialFocusTest1 </title>
</head>
<body>

<h1>AppletInitialFocusTest1<br>Bug ID: 4517274</h1>

<p> See the dialog box (usually in upper left corner) for instructions</p>

<APPLET CODE="AppletInitialFocusTest1.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>