0N/A<html>
0N/A<!--
0N/A @test
0N/A @bug 4092033 4529626
0N/A @summary Tests that toFront makes window focused unless it is non-focusable
0N/A @author area=awt.focus
0N/A @library /regtesthelpers
0N/A @build Util
0N/A @run applet ToFrontFocus.html
0N/A -->
0N/A<head>
0N/A<title> </title>
0N/A</head>
0N/A<body>
0N/A
0N/A<h1>ToFrontFocus<br>
0N/A4092033 : (P4/S5) - window.toFront() method is now also setting focus
0N/A4529626 : (P4/S2) - REGRESSION:In solaris and Linux ,toFront() is not making frame as the Focused.
0N/A</h1>
0N/A
0N/A<p> This is an AUTOMATIC test, simply wait for completion </p>
0N/A
0N/A<APPLET CODE="ToFrontFocus.class" WIDTH=200 HEIGHT=200></APPLET>
0N/A</body>
0N/A</html>