blob: cb8b06329ac47092f2b64aae482e8cd24f780746 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<!--
3 @test
4 @bug 4092033 4529626
5 @summary Tests that toFront makes window focused unless it is non-focusable
6 @author area=awt.focus
7 @library ../../regtesthelpers
8 @build Util
9 @run applet ToFrontFocus.html
10 -->
11<head>
12<title> </title>
13</head>
14<body>
15
16<h1>ToFrontFocus<br>
174092033 : (P4/S5) - window.toFront() method is now also setting focus
184529626 : (P4/S2) - REGRESSION:In solaris and Linux ,toFront() is not making frame as the Focused.
19</h1>
20
21<p> This is an AUTOMATIC test, simply wait for completion </p>
22
23<APPLET CODE="ToFrontFocus.class" WIDTH=200 HEIGHT=200></APPLET>
24</body>
25</html>