AppletInitialFocusTest.html revision 200
200N/A<html>
200N/A<!--
200N/A test
200N/A @bug 4041703 4096228 4025223 4260929
200N/A @summary Ensures that appletviewer sets a reasonable default focus
200N/A for an Applet on start
200N/A @author das area=appletviewer
200N/A @run shell AppletInitialFocusTest.sh
200N/A -->
200N/A<head>
200N/A<title> AppletInitialFocusTest </title>
200N/A</head>
200N/A<body>
200N/A
200N/A<h1>AppletInitialFocusTest<br>Bug ID: 4041703</h1>
200N/A
200N/A<p> See the dialog box (usually in upper left corner) for instructions</p>
200N/A
200N/A<APPLET CODE="AppletInitialFocusTest.class" WIDTH=200 HEIGHT=200></APPLET>
200N/A</body>
200N/A</html>
200N/A