jdk/test/java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest.html
author ant
Wed, 26 Mar 2008 16:56:40 +0300
changeset 424 c090ad2f18f2
parent 423 1c607ab74068
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten Summary: Using test.java.awt.regtesthelpers.Util. Refactoring. Reviewed-by: volk

<html>
<!--
  @test
  @bug 4041703 4096228 4025223 4260929
  @summary Ensures that appletviewer sets a reasonable default focus for an Applet on start
  @author  das area=appletviewer
  @library ../../regtesthelpers
  @build   Util
  @run applet AppletInitialFocusTest.html
  -->
<head>
<title> AppletInitialFocusTest </title>
</head>
<body>

<h1>AppletInitialFocusTest<br>Bug ID: 4041703</h1>

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

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