jdk/test/java/awt/Focus/ToFrontFocusTest/ToFrontFocus.html
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 21596 0e3a39f29dbc
permissions -rw-r--r--
Initial load

<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>