1 <html>
   2 <!--  
   3   @test
   4   @key headful
   5   @bug 6260648
   6   @summary Tests that WINDOW_DESTROY event can be handled by overriding handleEvent(). Also,
   7 tests that handleEvent() is not called by AWT if any listener is added to the component
   8 (i. e. when post-1.1 events schema is used)
   9   @author artem.ananiev: area=awt.event
  10   @run applet HandleWindowDestroyTest.html
  11   -->
  12 <head>
  13 <title>  </title>
  14 </head>
  15 <body>
  16 
  17 <h1>HandleWindowDestroyTest<br>Bug ID: 6260648</h1>
  18 
  19 <p> This is an AUTOMATIC test, simply wait for completion </p>
  20 
  21 <APPLET CODE="HandleWindowDestroyTest.class" WIDTH=200 HEIGHT=200></APPLET>
  22 </body>
  23 </html>
  24