jdk/test/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.html
author goetz
Tue, 14 Jun 2016 10:44:59 +0200
changeset 39056 d99e63b6d962
parent 27764 4e79ff3e0602
permissions -rw-r--r--
8159690: [TESTBUG] Mark headful tests with @key headful. Reviewed-by: simonis, alexsch

<html>
<!--  
  @test
  @key headful
  @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>