0N/A<html>
0N/A<!--
0N/A @test
0N/A @bug 6426132
0N/A @summary Modal blocked window shouldn't steal focus when shown, or brought to front.
0N/A @author anton.tarasov@...: area=awt.focus
0N/A @library /regtesthelpers
0N/A @build Util
0N/A @run applet ModalBlockedStealsFocusTest.html
0N/A -->
0N/A<head>
0N/A<title>ModalBlockedStealsFocusTest</title>
0N/A</head>
0N/A<body>
0N/A
0N/A<h1>ModalBlockedStealsFocusTest<br>Bug ID: 6426132</h1>
0N/A
0N/A<p>See the dialog box (usually in upper left corner) for instructions</p>
0N/A
0N/A<APPLET CODE=ModalBlockedStealsFocusTest.class WIDTH=200 HEIGHT=200></APPLET>
0N/A</body>
0N/A</html>