jdk/test/java/awt/Focus/ToFrontFocusTest/ToFrontFocus.html
changeset 2 90ce3da70b43
child 21596 0e3a39f29dbc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/java/awt/Focus/ToFrontFocusTest/ToFrontFocus.html	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,25 @@
+<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>