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