jdk/test/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.html
author yan
Mon, 10 Nov 2014 16:37:40 +0300
changeset 27764 4e79ff3e0602
child 39056 d99e63b6d962
permissions -rw-r--r--
8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1 Reviewed-by: pchelko, serb

<html>
<!--  
  @test
  @bug 6260648
  @summary Tests that WINDOW_DESTROY event can be handled by overriding handleEvent(). Also,
tests that handleEvent() is not called by AWT if any listener is added to the component
(i. e. when post-1.1 events schema is used)
  @author artem.ananiev: area=awt.event
  @run applet HandleWindowDestroyTest.html
  -->
<head>
<title>  </title>
</head>
<body>

<h1>HandleWindowDestroyTest<br>Bug ID: 6260648</h1>

<p> This is an AUTOMATIC test, simply wait for completion </p>

<APPLET CODE="HandleWindowDestroyTest.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>